GET
/v1/{payment-service}/{payment-product}/{paymentId}/status
curl \
--request GET 'https://api.memo.bank/nextgenpsd2/v1/{payment-service}/{payment-product}/{paymentId}/status' \
--header "Signature: $SIGNATURE"
Response examples (default)
{
"transactionStatus": "ACSC",
"psuMessage": "string",
"tppMessage": [
{
"category": "ERROR",
"code": "ACCESS_EXCEEDED",
"path": "string",
"text": "string"
}
]
}