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"
PAN (Primary Account Number) data for card tokenization
Additional data (e.g., encrypted JWE token or device payment token)
"{\"version\":\"EC_v1\",\"data\":\"...\",\"signature\":\"...\",\"header\":{...}}"
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"