Card
Apply for Card
POST
Submits a card application. Pass
package_no in credit extension mode, or card_bin_no in authorization mode (provide one of the two).
Request Headers
string
required
apiKey (merchant credential, bound to IP whitelist)
string
required
Unix timestamp in milliseconds. The deviation from the server time must be within 60 seconds, and future timestamps are not accepted.
string
required
Login token (required for all interfaces except Get Token).
string
default:"application/json"
Fixed to
application/jsonRequest Body
string
Card BIN order number (required in authorization mode).
string
required
Cardholder order number.
string
required
Merchant-side unique card number (max 64 characters).
string
Card package order number (required in credit extension mode).
string
required
Card type, see Appendix Constants - Card Types.
object
Address information (required for physical cards and some virtual cards).
Important Notes:
- At least one of
card_bin_noorpackage_nomust be provided; if both are empty, error code 1004 is returned. - For physical cards (
card_type = Physical), the entireaddress_infoobject cannot be empty, andfirst_name,last_name,phone_code,phone, and all address fields are required. - For virtual cards,
address_infomay be omitted based on business needs; if provided, it must includepostal_code,country,state,city, andaddress_line1, and these fields will be validated. phone_codemust contain digits only and must not include a+sign.- Address fields must be filled in English and conform to the address format of the relevant country.
Response Parameters
number
Response status code.
0 indicates success.string
Response message.
object
Response data.
