Skip to main content
POST
/
v1
/
mpp
/
credentials
/
{id}
/
verify
Verify and consume an MPP credential
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.

Authorizations

X-Merchant-Key
string
header
required

Merchant secret key (mer_sk_*) issued at merchant onboarding. One-shot reveal — never re-shown after create.

Path Parameters

id
string
required

Response

Credential consumed; transaction written

id
string
status
string
Example:

"consumed"

intent_id
string
amount_euros
number
currency
string
par
string
transaction_id
string
receipt
string