v1

latestSwagger 2.02026-07-14129254.9 KB
Cross border Payments

Redeem the payment

post/payments/cross-border-credit-transfers

Request body

Example request

{
  "requestInfo": {
    "aspspId": "420e5cff-0e2a-4156-991a-f6eeef0478cf",
    "authorization": "code=UKcrossVsbG8gQ2TP9kZWJleft53serYXV0aUK001&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"
  }
}