API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Billing
Provision Billing System Configuration
Provision or Update Your Billing System Configuration
POST
/
api
/
v2
/
billing
/
billingSystemConfig
curl --request POST \
--url https://api.vida.dev/api/v2/billing/billingSystemConfig \
--header 'Content-Type: application/json' \
--data '{
"billingSystemType": "stripe",
"apiKey": "somekey",
"publishableKey": "somepublishablekey",
"webhookSigningKey": "somewebhooksigningkey",
"site": "vida",
"webhookUsername": "someusername",
"webhookPassword": "somepassword"
}'
{
"success": true,
"message": "Success"
}
Authorizations
Vida API Token
Body
application/json
Response
200
application/json
Successfull response
The response is of type object
.
curl --request POST \
--url https://api.vida.dev/api/v2/billing/billingSystemConfig \
--header 'Content-Type: application/json' \
--data '{
"billingSystemType": "stripe",
"apiKey": "somekey",
"publishableKey": "somepublishablekey",
"webhookSigningKey": "somewebhooksigningkey",
"site": "vida",
"webhookUsername": "someusername",
"webhookPassword": "somepassword"
}'
{
"success": true,
"message": "Success"
}
Assistant
Responses are generated using AI and may contain mistakes.