☺️Customers

Retrieve Customer Payment Methods

get

Fetches payment methods associated with a given customer, including credit cards and Shop Pay agreements.

Query parameters
customerIdstringRequired

The unique identifier of the customer whose payment methods are being retrieved.

Responses
chevron-right
200

Successfully retrieved the customer's payment methods.

application/json
get
/payment-methods/customer-payment-methods

Delete a Customer Payment Method

delete

Deletes a specific customer payment method by its ID.

Authorizations
Path parameters
paymentMethodIdstringRequired

The unique identifier of the payment method to be deleted.

Responses
chevron-right
200

Successfully deleted the payment method.

application/json
delete
/payment-methods/{paymentMethodId}

Last updated