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