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"
}