curl --request POST \
--url https://api.getovra.com/checkout/confirm \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Idempotency-Key: <idempotency-key>' \
--data '
{
"intentId": "<string>"
}
'{
"status": "completed",
"intentId": "<string>",
"transactionId": "<string>"
}Mark intent as completed after payment form is filled externally.
curl --request POST \
--url https://api.getovra.com/checkout/confirm \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Idempotency-Key: <idempotency-key>' \
--data '
{
"intentId": "<string>"
}
'{
"status": "completed",
"intentId": "<string>",
"transactionId": "<string>"
}API key (sk_...) or Agent token (at_...)
Required for this endpoint