Payment Methods

Number of APIs: 7

  1. Attach a PaymentMethod POST {{baseUrl}}/v1/payment_methods/:payment_method/attach

  2. List a Customer's PaymentMethods GET {{baseUrl}}/v1/customers/:customer/payment_methods?type=<string>

  3. List PaymentMethods GET {{baseUrl}}/v1/payment_methods?type=<string>

  4. Retrieve a PaymentMethod GET {{baseUrl}}/v1/payment_methods/:payment_method

  5. Update a PaymentMethod POST {{baseUrl}}/v1/payment_methods/:payment_method

  6. Detach a PaymentMethod POST {{baseUrl}}/v1/payment_methods/:payment_method/detach

  7. Create a PaymentMethod POST {{baseUrl}}/v1/payment_methods