POST
/
api
/
v1
/
billing
/
checkout
Create Checkout
curl --request POST \
  --url https://api.example.com/api/v1/billing/checkout \
  --header 'Content-Type: application/json' \
  --data '
{
  "tier": "<string>",
  "provider": "paddle"
}
'
{}

Body

application/json
tier
string
required
provider
string
default:paddle

Response

Successful Response

The response is of type Response Create Checkout Api V1 Billing Checkout Post · object.