Get payment information
Path parameters
-
Values are
payments
orbulk-payments
. -
Values are
sepa-credit-transfers
orinstant-sepa-credit-transfers
.
GET /v1/{payment-service}/{payment-product}/{paymentId}
curl \
-X GET https://api.memo.bank/nextgenpsd2/v1/{payment-service}/{payment-product}/{paymentId} \
-H "Signature: $SIGNATURE"
Response examples (200)
Paymentinitiationwithstatusresponse (generated)
{
"debtorAccount": {
"iban": "string",
"maskedPan": "string",
"currency": "string",
"cashAccountType": "string"
},
"instructedAmount": {
"currency": "string",
"amount": "string"
},
"creditorAccount": {
"iban": "string",
"maskedPan": "string",
"currency": "string",
"cashAccountType": "string"
},
"creditorName": "string",
"endToEndIdentification": "string",
"remittanceInformationUnstructured": "string",
"requestedExecutionDate": "2024-05-04",
"transactionStatus": "ACSC"
}
{
"debtorAccount": {
"iban": "string",
"maskedPan": "string",
"currency": "string",
"cashAccountType": "string"
},
"payments": [
{
"instructedAmount": {
"currency": "string",
"amount": "string"
},
"creditorAccount": {
"iban": "string",
"maskedPan": "string",
"currency": "string",
"cashAccountType": "string"
},
"creditorName": "string",
"endToEndIdentification": "string",
"remittanceInformationUnstructured": "string"
}
],
"requestedExecutionDate": "2024-05-04",
"transactionStatus": "ACSC"
}