Add a payment method
POST/api/v1/customers/:customer_id/payment_methods
Create a payment method for a customer. Fields type, provider, currency, chain, and bank_account_type are case-insensitive.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
Payment method created
Validation error
Authentication credentials are missing or invalid
Authenticated but not authorized for this resource
Requested resource not found
Request validation failed