Saved payment methods
Saved payment method entities hold information about a payment method a customer has saved. They're related to customer entities.
When customers sign up for a subscription, Paddle automatically creates a saved payment method entity for future charges for that subscription. Customers can also choose to save a payment method at checkout when purchasing one-time items.
Saved payment method entities hold information about a saved payment method. They include information like:
- The kind of payment method saved.
- The address that a payment method uses.
- Information about the payment method, like the card details or email address for PayPal.
- How and when a payment method was saved.
Saved payment methods can be retrieved and deleted using the Paddle API, but can't be created using the API. Use Paddle.js to handle securely saving payment methods and presenting them to customers.
List payment methods for a customer
gethttps://api.paddle.com/customers/{customer_id}/payment-methods
Get a payment method for a customer
gethttps://api.paddle.com/customers/{customer_id}/payment-methods/{payment_method_id}
Delete a payment method for a customer
deletehttps://api.paddle.com/customers/{customer_id}/payment-methods/{payment_method_id}