curl --request POST \
--url https://api.getovra.com/v1/mpp/pay \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://shop.example.com/api/orders",
"intentId": "<string>",
"cardId": "<string>"
}
'{
"credential_id": "mppc_a1b2c3...",
"merchant_status": 200,
"receipt": "<string>",
"merchant_body": {}
}High-level orchestrator. Fetches the URL, parses the 402 WWW-Authenticate Payment challenge, mints a JWE-wrapped credential bound to the supplied intent + card, retries the request with Authorization: Payment, and returns the merchant body + the Payment-Receipt that proves settlement.
curl --request POST \
--url https://api.getovra.com/v1/mpp/pay \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://shop.example.com/api/orders",
"intentId": "<string>",
"cardId": "<string>"
}
'{
"credential_id": "mppc_a1b2c3...",
"merchant_status": 200,
"receipt": "<string>",
"merchant_body": {}
}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.
API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)