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>"
}Create a zero-knowledge fill token for an approved intent. Single-use, domain-scoped, 60s TTL.
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>"
}API key (sk_...) or Agent token (at_...)
Approved spending intent ID