Skip to main content
GET
/
v1
/
cua
/
autofill-tokens
/
{id}
/
redeem
Redeem autofill token (harness-only, single-use)
curl --request GET \
  --url https://api.getovra.com/v1/cua/autofill-tokens/{id}/redeem \
  --header 'Authorization: Bearer <token>' \
  --header 'X-CUA-Harness-Secret: <x-cua-harness-secret>'
{
  "dpan": "<string>",
  "cryptogram": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "merchant_origin": "<string>",
  "amount_cents_max": 123,
  "card_expiry_month": 123,
  "card_expiry_year": 123
}

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_*)

Headers

X-CUA-Harness-Secret
string
required

Path Parameters

id
string
required

Response

DPAN + cryptogram revealed (one-shot)

dpan
string
cryptogram
string
expires_at
string<date-time>
merchant_origin
string
amount_cents_max
integer
card_expiry_month
integer
card_expiry_year
integer