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
apiKey (merchant credential, bound to IP whitelist)
Unix timestamp in milliseconds. The deviation from the server time must be within 60 seconds, and future timestamps are not accepted.
Login token (required for all interfaces except Get Token).
Fixed to
application/jsonRequest Body
Card BIN order number (required in authorization mode).
Cardholder order number.
Merchant-side unique card number (max 64 characters).
Card package order number (required in credit extension mode).
Card type, see Appendix Constants - Card Types.
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
Response status code.
0 indicates success.Response message.
Response data.
