Delete a Payment Method.
  • 22 Nov 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Delete a Payment Method.

  • Dark
    Light

Article summary

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

Delete a customer's Payment Method.

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

Payment Method 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.

404

Resource Not Found

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?