Payments
Endpoints
- get
/org/paymentGet payment info about your org. - put
/org/paymentUpdate payment info for your org. - post
/org/paymentCreate payment info for your org. - delete
/org/paymentDelete payment info for your org. - get
/org/payment/balanceGet balance for your org. - post
/org/payment/intentCreate a payment intent for your org. - get
/org/payment/invoicesList invoices for your org. - get
/org/payment/method-portal-linkRedirect to a fresh Stripe-hosted payment-method update link for your org. - get
/org/payment/methodsList payment methods for your org. - delete
/org/payment/methods/{id}Delete a payment method for your org. - get
/org/payment/subscriptionsGet the subscription for an org. - put
/org/payment/subscriptionsUpdate the subscription for an org. - post
/org/payment/subscriptionsCreate the subscription for an org. - get
/org/payment/taxValidate an orgs's information is correct and valID for automatic tax. - get
/orgs/{id}/payment/balanceGet balance for an org. - put
/orgs/{id}/payment/balanceUpdate balance for an org. - put
/orgs/{id}/payment/subscriptionsUpdate the subscription for any org (admin override). - post
/subscription-plans/{slug}/pricesCreate or update a price for a subscription plan. - get
/user/paymentGet payment info about your user. - put
/user/paymentUpdate payment info for your user. - post
/user/paymentCreate payment info for your user. - delete
/user/paymentDelete payment info for your user. - get
/user/payment/balanceGet balance for your user. - post
/user/payment/intentCreate a payment intent for your user. - get
/user/payment/invoicesList invoices for your user. - get
/user/payment/method-portal-linkRedirect to a fresh Stripe-hosted payment-method update link for your user. - get
/user/payment/methodsList payment methods for your user. - delete
/user/payment/methods/{id}Delete a payment method for your user. - post
/user/payment/methods/{id}/defaultSet the default payment method for your user. - get
/user/payment/subscriptionsGet the subscription for a user. - put
/user/payment/subscriptionsUpdate the user's subscription. - post
/user/payment/subscriptionsCreate the subscription for a user. - get
/user/payment/taxValidate a user's information is correct and valID for automatic tax. - get
/users/{id}/payment/balanceGet balance for an user. - put
/users/{id}/payment/balanceUpdate balance for an user.