API
Skip to main content

Listing of payment methods

GET /customers/{uuid}/paymentMethods

The list of payment methods can be made using the following filters:

  • Type (type)

1. Obtain the payment methods stored by the customer with the uuid e2343605-cf46-43de-b20b-9b7d1c95a9b2

GET /customers/e2343605-cf46-43de-b20b-9b7d1c95a9b2/paymentMethods

2. Obtain the payment methods by credit/debit card saved by the customer with the uuid e2343605-cf46-43de-b20b-9b7d1c95a9b2

GET /customers/e2343605-cf46-43de-b20b-9b7d1c95a9b2/paymentMethods?type=CC