Skip to main content
POST
/
cards
/
agent
/
{agentId}
/
instant-pci
Instant card with sandbox PAN fallback for MPP demo
curl --request POST \
  --url https://api.getovra.com/cards/agent/{agentId}/instant-pci \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "purpose": "<string>",
  "displayName": "<string>",
  "maxTransactionEuros": 1,
  "dailyLimitEuros": 1
}
'
{
  "cardId": "<string>",
  "pan": "<string>",
  "expiryMonth": "<string>",
  "expiryYear": "<string>",
  "cvc": "<string>",
  "last4": "<string>",
  "intentId": "<string>",
  "reason": "<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

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Body

application/json
usage
enum<string>
required
Available options:
single,
multi
purpose
string
required
Minimum string length: 1
displayName
string
maxTransactionEuros
number
Required range: x >= 0
dailyLimitEuros
number
Required range: x >= 0

Response

Card issued with sensitive data

cardId
string
pan
string

Full PAN (card number)

expiryMonth
string
expiryYear
string
cvc
string
last4
string
intentId
string | null
reason
string | null