v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBSubscription Payments
Add payment method
Adds a new payment method to the account.
Important notes:
- Can optionally set as default payment method for the entire account
- Can force immediate charge for overdue invoices for all active subscriptions
- Payment information format depends on payment system
post/subscriptions/paymentmethods
Request body
Example request
{
"paymentSystemId": "STRIPE",
"isDefault": true,
"chargeImmediately": true
}Response
When request is accepted. Returns a 'Link' object.