v1

latestSwagger 2.02026-07-14129254.9 KB
SEPA Payments

Redeem the payment

Redeem a SEPA credit transfer previously consented by the PSU.

post/payments/sepa-credit-transfers

Request body

Example request

{
  "requestInfo": {
    "aspspId": "b806ae68-a45b-49d6-b25a-69fdb81dede6",
    "authorization": "code=PLsepaVsbG8gQ2TP9kZWJleft53serYXV0aPL003&state=38948933-38ae-45af-953e-25a69fefa39e",
    "merchant": {
      "id": "MerchantId",
      "name": "MerchantName"
    },
    "xRequestId": "123e4567-e89b-12d3-a456-426655440000"
  }
}

Response

Success

Example response

{
  "originalRequestInfo": {
    "xRequestId": "444e4567-e55b-12d3-a456-426655448888"
  },
  "transfer": {
    "paymentId": "trasnferIdentificaion1",
    "statusReasonCode": "AM04"
  }
}