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

token
string
query
required

Vida API Token

Body

application/json

Response

200
application/json

Successfull response

The response is of type object.