Cancel a SEPA transfer

DELETE /v2/transfers/{id}

This endpoint allows you to cancel a SEPA transfer before its execution has actually started.

Concretely a transfer can be canceled while in scheduled or authorized state. However, attempting to cancel a transfer in authorizedstate may result in a transfer_not_cancelable error if the transfer has already been sent to the creditor's bank. For the same reason, instant transfers cannot be canceled at all.

Path parameters

  • id string(uuid) Required

    ID of the transfer.

DELETE /v2/transfers/{id}
curl \
 -X DELETE https://api.memo.bank/v2/transfers/aa431134-bdc4-416e-8b7e-58a39e389707 \
 -H "Authorization: Bearer $ACCESS_TOKEN"