Update Dunning Settings
Update dunning settings for an account.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Request
This endpoint expects an object.
enable_retries
Enable automatic failed payment recovery retries
enable_emails
Enable automatic failed payment recovery emails
contact_info
Contact information for dunning emails
subscription_status_on_failure
What to do with subscription if all payment attempts fail. Options: ‘cancel’ (default) or ‘leave_active’
invoice_status_on_failure
What to do with invoice if all payment attempts fail. Options: ‘mark_uncollectible’ (default) or ‘leave_open’
apply_to_product_ids
List of product IDs to apply dunning to
settle_past_due_on_pm_update
Settle all open past due invoices when a payment method is updated
update_renewal_on_overdue_paid
Update subscription renewal date when overdue invoices are paid
Response
Successful Response
enable_retries
Enable automatic failed payment recovery retries
enable_emails
Enable automatic failed payment recovery emails
contact_info
Contact information for dunning emails
subscription_status_on_failure
What to do with subscription if all payment attempts fail. Options: ‘cancel’ (default) or ‘leave_active’
invoice_status_on_failure
What to do with invoice if all payment attempts fail. Options: ‘mark_uncollectible’ (default) or ‘leave_open’
apply_to_product_ids
List of product IDs to apply dunning to (empty means all products)
settle_past_due_on_pm_update
Settle all open past due invoices when a payment method is updated
update_renewal_on_overdue_paid
Update subscription renewal date when overdue invoices are paid