BulkCardsRequest
Bulk Card Ordering
request contains the necessary information for card creation.
The cards
field operates at the per-card level and can be used to specify the card's PIN
and the name that will be printed on the PHYSICAL
card.
The number of cards to be created.
Possible values: >= 1
and <= 50
1
2
Program name provided by Paysafe.
PHYSICAL-MC-EEA
Currency code in three-letter format ("Alpha-3").
Possible values: >= 3 characters
and <= 3 characters
EUR
If not provided, we will try to use the mobile phone provided during the customer onboarding. Mobile phone number must be in format "+359888333333".
Possible values: Value must match regular expression ^\+\d+\s?\d{1,16}$
+359888333333
deliveryAddress object
The DeliveryAddress object will be used for the PHYSICAL
card delivery. It must be null in case of VIRTUAL
card
The first line of the address.
Possible values: >= 4 characters
and <= 40 characters
Tsarigradsko Shose 73
The second line of the address.
Possible values: <= 30 characters
floor 3
The third line of the address.
Possible values: <= 30 characters
apartment 43
Max 30 characters: letters, spaces, hyphen and period
Possible values: <= 30 characters
Sofia
Country code in ISO-3166 Alpha 2
Possible values: >= 2 characters
and <= 2 characters
BG
The field is mandatory for US Customers: 2 to 3 characters state or province abbreviation. Example: "UT"
Possible values: <= 3 characters
UT
For EU customers: maximum length 16
For US customers: Pattern: ^[a-zA-Z0-9-\ ]*$
minimum 4, maximum 10
Possible values: non-empty
and <= 16 characters
1000
{
"quantity": 2,
"programName": "PHYSICAL-MC-EEA",
"currency": "EUR",
"mobile": "+359888333333",
"deliveryAddress": {
"address1": "Tsarigradsko Shose 73",
"address2": "floor 3",
"address3": "apartment 43",
"city": "Sofia",
"countryCode": "BG",
"state": "UT",
"postalCode": "1000"
}
}