Create a payment instrument
Creates a new payment instrument (card, IBAN, or digital wallet) for a merchant and holder. The instrument data can be provided as raw PAN data (pan_data), as an encrypted JWE token (data), or as a digital wallet token.
Authorizations
API key for service-to-service or merchant authentication.
Headers
Unique identifier for request tracing. Generated by the client or server if not provided.
"550e8400-e29b-41d4-a716-446655440000"
Unique key for idempotent request processing. Duplicate requests with the same key are safely ignored.
"baf6a8e2-0c89-46ef-9ca5-faa65b99bcd5"
Body
Instrument creation data
Request body for creating a new payment instrument
Holder ID (customer or beneficiary)
"holder_123456789"
Credit or debit card
"card""card"
End customer
"CUSTOMER""CUSTOMER"
Business account that owns this instrument. Used only when the request carries no
x-merchant-id header — that header always wins — and only where hierarchy targeting
is enabled for the environment.
"3f9a1c72-8d4e-4f61-9b2a-5c7e0d8a1b34"
Business account this instrument is created on behalf of. When set, the instrument is
owned by this account and the authenticated business_account_id is recorded as the
acting account. Ignored when the legacy x-merchant-id header is supplied.
"7c2e5b91-6a3f-4d82-9e14-2b6d0f3a8c57"
PAN (Primary Account Number) data for card tokenization
encrypted instrument data (e.g., encrypted JWE for Card, ApplePay token, GooglePay token, ... etc.)
Card-on-file agreement details for recurring or unscheduled transactions
Unscheduled recurring card-on-file transaction
"unscheduled_card_on_file""unscheduled_card_on_file"
Response
Instrument created successfully.
Response returned after creating a new instrument
Unique instrument identifier
"550e8400-e29b-41d4-a716-446655440000"
Timestamp when the instrument was created
"2024-01-01T00:00:00.000Z"
Merchant that owns the instrument
"merch_123456789"
Holder ID associated with the instrument
"holder_123456789"
Credit or debit card
"card""card"
End customer
"CUSTOMER""CUSTOMER"
Stored for future merchant-initiated use without a fixed schedule
"unscheduled_card_on_file""unscheduled_card_on_file"