GET http://[ip]:[port]/psd2/v1/payments/bgn-credit-transfers/[payment-id]
HEADERS:
X-Request-ID: [request-id] – required
Content-Type: application/json – required
Consent-ID: [consent-id] – required
PSU-ID: [user-id] – optional, for future use
Response:
{
"instructedAmount": {
"currency": "USD",
"content": 123.5
},
"debtorAccount": {
"iban": {
"iban": "DE2310010010123456789"
},
"bban": null,
"pan": null,
"maskedPan": null,
"msisdn": null,
"resourceId": null,
"name": null,
"product": null,
"cashAccountType": null,
"currency": null,
"_links": null
},
"creditorName": "IhuAhu.com",
"creditorAccount": {
"iban": {
"iban": "TR73TURKBANK123456789"
},
"bban": null,
"pan": null,
"maskedPan": null,
"msisdn": null,
"resourceId": null,
"name": null,
"product": null,
"cashAccountType": null,
"currency": null,
"_links": null
},
"transactionStatus": "RCVD",
"paymentId": "526091c1-e4ac-410a-a642-65af191ee8a9",
"paymentType": {
"serviceLevel": "SS1"
},
"remittanceInformationUnstructured": "ihuahu link"
}