Set default payment method
PATCH/customers/:customer_id/payment-methods/:credit_card_token/default
Set a specific payment method as the default for a customer. The organization is determined from the authenticated API key.
Request
Responses
- 200
- 401
- 404
- 500
Successfully set default payment method
Unauthorized - invalid or missing API key
Payment method not found
Internal server error