v1

latestOpenAPI 3.0.02026-07-26429484.7 KB
Quote Resource

Create Quote for Payment Order with optional VOP validation

Create a quote with optional VOP (Validation of Payee) validation. Returns different response structures based on validation outcomes: standard quote (no VOP), VOP-only validation results, or combined quote with VOP data.

post/customers/{customerId}/batches/{batchId}/quote

Path parameters

customerIdstring required

customerId

batchIdstring required

batchId

Response

Quote created successfully with optional VOP validation

OR
OR

Example response

{
  "validationOfBeneficiary": [
    {
      "paymentId": "KIol73ELvbe32k7mFfCaYgjVgpLdTrYF",
      "name": "Sophie Weber",
      "iban": "DE28503399002244668800",
      "matchScore": "0.5",
      "matchDescription": "Close Match",
      "validationMessage": "The provided Payee Name and account number almost match...",
      "disclaimer": "If you choose to ignore this notification and proceed...",
      "suggestedName": "Sophie Weber",
      "responseCode": "2000",
      "validatorName": "IPID"
    }
  ]
}