Skip to main content

Delete Payment Option

DELETE 

/accounts/:customerAccountId/paymentOptions/:storedPaymentOptionReference

This endpoint deletes a specific payment option stored under a particular account. It allows you to remove a stored payment method from a customer's account.

info

Please note that deleting a stored SEPA payment option will also cancel the associated SEPA mandate. This action is irreversible and prevents and future transactions or mandate-based changes from being processed using the deleted payment option. If SEPA is still required for subsequent payments, a new mandate must be created by storing a new payment option.

Request

Path Parameters

    customerAccountId stringrequired

    Possible values: <= 255 characters

    Customer identifier

    storedPaymentOptionReference stringrequired

    Unique identifier for the stored payment option to be deleted

Header Parameters

    Content-Type stringrequired

    Must be application/json

    Accept-Language stringrequired

    Must be be en-US

    Origin stringrequired

    The origin of the request

    User-Agent stringrequired

    The client making the request

Responses

Successful response

Schema

    status string

    Status of the delete operation

Loading...