curl --request POST \
--url https://api.getovra.com/v1/mpp/credentials/{id}/verify \
--header 'X-Merchant-Key: <api-key>'{
"id": "<string>",
"status": "consumed",
"intent_id": "<string>",
"amount_euros": 123,
"currency": "<string>",
"par": "<string>",
"transaction_id": "<string>",
"receipt": "<string>"
}Merchant-side endpoint. Atomically consumes the credential via CAS, drives the intent FSM to completed, writes the transactions row with rail=‘mpp’, and emits the Payment-Receipt. Authenticated by the merchant secret key (X-Merchant-Key). Errors use RFC 9457 Problem Details.
curl --request POST \
--url https://api.getovra.com/v1/mpp/credentials/{id}/verify \
--header 'X-Merchant-Key: <api-key>'{
"id": "<string>",
"status": "consumed",
"intent_id": "<string>",
"amount_euros": 123,
"currency": "<string>",
"par": "<string>",
"transaction_id": "<string>",
"receipt": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.
Merchant secret key (mer_sk_*) issued at merchant onboarding. One-shot reveal — never re-shown after create.