v1

latestSwagger 2.02026-07-14129254.9 KB
Cross border Payments Status

Get payment status

post/payments/cross-border-credit-transfers/payment-status

Request body

paymentIdstring required

Payment identification

Example request

{
  "paymentId": "258aFR415:22Aa:6asdC",
  "requestInfo": {
    "aspspId": "420e5cff-0e2a-4156-991a-f6eeef0478cf",
    "consentId": "CBgBTpF3:EBy5xGqQMatk",
    "merchant": {
      "id": "MerchantId",
      "name": "MerchantName"
    },
    "xRequestId": "123e4567-e89b-12d3-a456-426655440000"
  }
}

Response

Success

Example response

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