Order new card

Order a new card for a specific customer

Generates a card for the customer, starting the delivery and manufacturing process.
At this point, the card is not linked to the customer's account
and the only customized part is the name that will be printed in the card.

This endpoint is intended for Business-to-Consumer (B2C) operations.

Note: Remember to encrypt the request to send it to the server.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int64
≥ 1

The primary key of the balance to which the card order will be tied. It is optional to send it.

string
required
≥ 1

The id of the customer for whom the card is being ordered. Accepts either integer or string values.

string
^[A-Za-z0-9]{12}$

The id for the card's campaign.
A default campaign will be set if this field is not present.

int64

Unused field, included in the documentation for technical reasons only. Safe to ignore

delivery_location
object
string
length ≤ 255

Name that will be printed in the requested card

string

Url of the document that's sent to the manufacturer. Required when delivery is disabled.

string
required
^[0-9]{4}$

The personal identification number (PIN) for the new card.
Must be 4 digits in length

int64
≥ 1

Location where the card is picked up by the delivery service. Valid types: 1 - Manufacturer's location

Headers
string
required

OAuth token belonging to the e-commerce

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*