Delete a Customer's Payment Methods
  • 22 Nov 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Delete a Customer's Payment Methods

  • Dark
    Light

Article summary

Delete
/payments/v1/customers/{customerId}/methods

Delete all of a customer's payment methods.

Security
HTTP
Type bearer
Path parameters
customerId
stringRequired
Min length1
Responses
204

Customer Payment Methods Deleted.

401

Invalid Authentication Credentials

Expand All
object
message
string

A description of the error.

causes
Array of object

A list of causes for the error.

object
message
string

A description of a problem which led to this error.

metadata

Additional information about the cause of the error.

403

Invalid Authorization Credentials

Expand All
object
message
string

A description of the error.

causes
Array of object

A list of causes for the error.

object
message
string

A description of a problem which led to this error.

metadata

Additional information about the cause of the error.

429

Too Many Requests

Expand All
object
message
string

A description of the error.

causes
Array of object

A list of causes for the error.

object
message
string

A description of a problem which led to this error.

metadata

Additional information about the cause of the error.

500

Internal Server Error

Expand All
object
message
string

A description of the error.

causes
Array of object

A list of causes for the error.

object
message
string

A description of a problem which led to this error.

metadata

Additional information about the cause of the error.

502

Provider Error

Expand All
object
message
string

A description of the error.

causes
Array of object

A list of causes for the error.

object
message
string

A description of a problem which led to this error.

metadata

Additional information about the cause of the error.

503

Service Unavailable

Expand All
object
message
string

A description of the error.

causes
Array of object

A list of causes for the error.

object
message
string

A description of a problem which led to this error.

metadata

Additional information about the cause of the error.

504

Provider Unavailable

Expand All
object
message
string

A description of the error.

causes
Array of object

A list of causes for the error.

object
message
string

A description of a problem which led to this error.

metadata

Additional information about the cause of the error.


Was this article helpful?