Payment Methods
Number of APIs: 7
-
Attach a PaymentMethod POST {{baseUrl}}/v1/payment_methods/:payment_method/attach
-
List a Customer's PaymentMethods GET {{baseUrl}}/v1/customers/:customer/payment_methods?type=<string>
-
List PaymentMethods GET {{baseUrl}}/v1/payment_methods?type=<string>
-
Retrieve a PaymentMethod GET {{baseUrl}}/v1/payment_methods/:payment_method
-
Update a PaymentMethod POST {{baseUrl}}/v1/payment_methods/:payment_method
-
Detach a PaymentMethod POST {{baseUrl}}/v1/payment_methods/:payment_method/detach
-
Create a PaymentMethod POST {{baseUrl}}/v1/payment_methods