Skip to main content
POST
Mint a browser billing handoff link

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Body

application/json
kind
enum<string>
required

Which browser action the user should land on.

Available options:
subscription,
wallet_topup,
agency_client_subscription,
add_card,
job_post,
recruitment_invites
subaccountId
string

Required for kind: agency_client_subscription: the agency subaccount (client) whose per-client subscription to set up. Must be the token tenant itself or a subaccount under it. Ignored for other kinds.

suggestedAmountCents
integer

Optional (wallet_topup only): top-up amount in cents to prefill on the add-funds screen. A suggestion only.

Required range: 1 <= x <= 50000000
reason
string

Optional short context shown to the user on the landing page.

Maximum string length: 300

Response

Created. Returns the minted link.

data
object