v1

latestOpenAPI 3.0.32026-07-132612241.2 MB
accounts

Action to (re)set the account stripe customer and payment method to new values. By default the attached method will also be set as default. If this is not desired, you can send

'set_default': False
put/accounts/{id}/stripe_attach_payment_method/

Path parameters

idstring uuid required

A UUID string identifying this account.

Query parameters

format'json' | 'xlsx'

Request body

stripe_customer_idstring
stripe_payment_method_idstring required

Reflects current default payment method. For reference only.

set_defaultboolean