Skip to main content
POST
/
checkout
/
token
Create fill token for an approved intent
curl --request POST \
  --url https://api.getovra.com/checkout/token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "intentId": "<string>"
}
'
{
  "token": "<string>",
  "merchant": "<string>",
  "expiresInSeconds": 123,
  "note": "<string>"
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Body

application/json
intentId
string
required

Approved spending intent ID

Response

Fill token issued

token
string
required

Opaque single-use fill token, domain-scoped

merchant
string
required
expiresInSeconds
integer
required
note
string
required