Billing API
SaaSus Billing API Schema (1.0.0)
SaaSus Billing API Schema
Get Stripe Connection information
Get information on connnections with external billing SaaS. Currently possible to integrate with Stripe. Without integration, you will need to implement billing using the SaaSus SDK/API.
Authorizations:
Bearer
Responses
Response samples
- 200
- 500
Content type
application/json
{- "is_registered": true
}
Update Stripe Connection Info
Updates information on connection with external billing SaaS. Currently possible to connect to Stripe.
Authorizations:
Bearer
Request Body schema: application/json
secret_key required | string secret key |
Responses
Request samples
- Payload
Content type
application/json
{- "secret_key": "sk_test_09l3shTSTKHYCzzZZsiLl2vA"
}
Response samples
- 500
Content type
application/json
{- "type": "string",
- "message": "string"
}