curl --request POST \
--url https://api.getovra.com/checkout/execute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"intentId": "<string>",
"targetUrl": "<string>"
}
'{
"success": true,
"transactionId": "<string>",
"intentId": "<string>",
"amountEuros": 123,
"targetUrl": "<string>",
"cardId": "<string>"
}curl --request POST \
--url https://api.getovra.com/checkout/execute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"intentId": "<string>",
"targetUrl": "<string>"
}
'{
"success": true,
"transactionId": "<string>",
"intentId": "<string>",
"amountEuros": 123,
"targetUrl": "<string>",
"cardId": "<string>"
}API key (sk_...) or Agent token (at_...)
Unique key for idempotent request handling