Billing

Create Billing Checkout

POST
/v1/billing/checkout
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

successUrlstring
Formaturi
Lengthlength <= 2000

Response 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"
  }
}