Skip to main content
POST
Issue a card

Authorizations

Authorization
string
header
required

Access token from POST /auth/v1/partner/token

Body

application/json
ext_id
string
required

Partner-side idempotency key (unique per partner)

Required string length: 1 - 128
Example:

"card-issue-20260710-003"

card_product
integer
required
Example:

12

cardholder
object
required

KYC for the end customer. Flat aliases address_line1/city/region/postal_code are accepted and normalized into nested address.*. For ban_rus products: phone must not be +7…, country ≠ RU, Latin first/last name.

quantity
integer
default:1

Issue N cards (ext_id, ext_id#2, …); response includes items[]

Required range: 1 <= x <= 20

Response

Card issue accepted

ext_id
string

Partner-side idempotency key (unique per partner)

Required string length: 1 - 128
Example:

"card-issue-20260710-003"

order_id
string
card_id
string | null
card_product
integer
status
string
created_at
string<date-time>