Retrieve all payment methods of a customer
GET {{base_url}}/api/1.0/customers/:customer_id/payment-methods
Retrieve all the payment methods for a specific customer.
Full documentation: Merchant API - Retrieve all payment methods of a customer
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
only_merchant | boolean | Boolean. If only_merchant is set to true , you retrieve the payment methods that were saved for the merchant (saved_for: "MERCHANT"). |