Skip to main content
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/json

Request 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_no or package_no must be provided; if both are empty, error code 1004 is returned.
  • For physical cards (card_type = Physical), the entire address_info object cannot be empty, and first_name, last_name, phone_code, phone, and all address fields are required.
  • For virtual cards, address_info may be omitted based on business needs; if provided, it must include postal_code, country, state, city, and address_line1, and these fields will be validated.
  • phone_code must 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.