v1
latestSwagger 2.02026-07-14129254.9 KBDomestic Payments Status
Get payment status
Get the status for an existing domestic credit transfer payment.
post/payments/domestic-credit-transfers/payment-status
Request body
Example request
{
"paymentId": "UK8aFR415:22Aa:6asdC",
"requestInfo": {
"aspspId": "420e5cff-0e2a-4156-991a-f6eeef0478cf",
"consentId": "UK8sPNznYtfV:5zKxyC",
"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"
}
}