Skip to main content
POST
/
v1
/
mpp
/
pay
One-shot MPP pay (handle 402 + mint + present + verify)
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.

Authorizations

Authorization
string
header
required

API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)

Body

application/json
url
string<uri>
required
Example:

"https://shop.example.com/api/orders"

intentId
string
required
Pattern: ^int_[a-z0-9]{8,}$
cardId
string
required
Pattern: ^ca_[a-z0-9]{8,}$

Response

Payment settled

credential_id
string
Example:

"mppc_a1b2c3..."

merchant_status
integer
Example:

200

receipt
string

Base64-encoded Payment-Receipt

merchant_body
object