Path parameters
-
Values are
payments
orbulk-payments
. -
Values are
sepa-credit-transfers
orinstant-sepa-credit-transfers
.
DELETE /v1/{payment-service}/{payment-product}/{paymentId}
curl \
-X DELETE https://api.memo.bank/nextgenpsd2/v1/{payment-service}/{payment-product}/{paymentId} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Signature: $SIGNATURE"
Response examples (default)
{
"transactionStatus": "ACSC"
}