Skip to main content
POST
Mint a single-use autofill token

Authorizations

Authorization
string
header
required

API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)

Body

application/json
intentId
string
required
Pattern: ^int_[a-z0-9]{8,}$
cardId
string
required
Pattern: ^ca_[a-z0-9]{8,}$
merchantOrigin
string<uri>
required
Example:

"https://shop.example.com"

amountCentsMax
integer
required
Required range: 1 <= x <= 10000000

Response

Autofill token minted

aft_id
string
Example:

"aft_a1b2c3d4e5f6"

expires_at
string<date-time>