Overview
Save payment methods to your account for faster repeat purchases. The payment methods API lets you list available methods, add new ones, set a default, and remove methods.List Payment Methods
Returns all saved payment methods for the logged-in customer.Request
Response
Payment Method Types
| Type | Description |
|---|---|
CREDITCARD | Saved credit card |
ACH | Saved bank account |
ACH_CREDITCARD | ACH with credit card backup |
DRAWDOWN_ACCOUNT | Drawdown account (if active for customer) |
Add Payment Method
Saves a new payment method to the customer’s account.Request
Response
Returns the full updated payment methods list (same shape as the GET response).Set Default Payment Method
Sets a saved payment method as the default for checkout.Request
Response
Returns the full updated payment methods list.Delete Payment Methods
Delete Credit Card
Delete Bank Account (ACH)
Notes
- Payment methods marked
verified: falseshould not be used for checkout - The
DRAWDOWN_ACCOUNTentry appears automatically if your account has an active drawdown account — it cannot be added or removed via this API - At checkout, reference saved methods by ID (see Checkout)