Billing
Get public Paddle checkout configuration
Returns only the browser-safe Paddle.js token and environment needed by Paddle transaction payment links.
GET
/billing/checkout/configAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://example.com/billing/checkout/config"{ "$schema": "https://example.com/api/v1/schemas/BillingCheckoutConfigResponse.json", "client_token": "string", "environment": "sandbox"}