curl --request POST \
--url https://api.getovra.com/collect/requests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"destinationWalletId": "<string>",
"amountEuros": 123,
"description": "<string>",
"counterpartyOwnerId": "<string>",
"payerName": "<string>",
"payerEmail": "jsmith@example.com",
"payerLabel": "<string>",
"memo": "<string>",
"expiresInHours": 360,
"metadata": {}
}
'{
"error": "<string>"
}Mints a pr_* payment request that can be settled internally (counterparty
wallet) or via SEPA inbound credit. Returns a SEPA reference (ISO 11649)
for external settlement. Aliased as POST /claim/requests.
curl --request POST \
--url https://api.getovra.com/collect/requests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"destinationWalletId": "<string>",
"amountEuros": 123,
"description": "<string>",
"counterpartyOwnerId": "<string>",
"payerName": "<string>",
"payerEmail": "jsmith@example.com",
"payerLabel": "<string>",
"memo": "<string>",
"expiresInHours": 360,
"metadata": {}
}
'{
"error": "<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.
API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)
Unique key for idempotent request handling
x <= 1000000200010001 <= x <= 720Payment request created