Cancel a payment.

DELETE /v1/{payment-service}/{payment-product}/{paymentId}

Headers

  • Signature string

Path parameters

  • payment-service string Required

    Values are payments or bulk-payments.

  • payment-product string Required

    Values are sepa-credit-transfers or instant-sepa-credit-transfers.

  • paymentId string Required

Responses

  • default application/json

    default response

    Hide response attribute Show response attribute object
    • transactionStatus string Required

      Values are ACSC, RCVD, PDNG, RJCT, CANC, ACFC, or PART.

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