Billing
Provision Billing System Configuration
Provision or Update Your Billing System Configuration
POST
Authorizations
Vida API Token
Body
application/json
Type of billing system
Example:
"stripe"
Required - API Key used for billing system access
Example:
"somekey"
Required - Publishable Key used for embeded checkouts
Example:
"somepublishablekey"
Required for Stripe only - used for validating webhooks are signed by Stripe
Example:
"somewebhooksigningkey"
Required for Chargebee only - site (without chargebee.com) of your payment system
Example:
"vida"
Required for Chargebee only - username for webhook authentication
Example:
"someusername"
Required for Chargebee only - password for webhook authentication
Example:
"somepassword"