Billing
Create Billing Checkout
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
successUrlstring
Format
uriLength
length <= 2000Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://api.mentio.dev/v1/billing/checkout" \ -H "Content-Type: application/json" \ -d '{ "successUrl": "http://example.com" }'{
"url": "string"
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}