Apply for cardSignature required
Call this API to apply for a WorldCard.
Structure
A message consists of a header and body. For details, see the following sections.
Request header
Request parameters
requestId String REQUIRED
The unique ID assigned by the partner to identify the card application request.
More information:
- Maximum length: 32 characters
cardNickName String
The nickname of the WorldCard. This parameter is useful for managing multiple cards.
More information:
- Maximum length: 120 characters
contactEntityId String
The unique ID assigned by WorldFirst to identify a business contact.
If unspecified, the value of this parameter defaults to the current user ID.
env Env REQUIRED
The information of the environment.
Response parameters
result Result REQUIRED
The result of the API call.
requestId String REQUIRED
The unique ID assigned by the partner to identify the card application request.
This parameter is returned only if the value of result.resultStatus is S
.
More information:
- Maximum length: 32 characters
status String REQUIRED
The status of the application to open a WorldCard.
Valid values are:
PROCESSING
: indicates the application is being processed.SUCCESS
: indicates the application is successful.FAIL
: indicates the application has failed.
This field is returned only when the value of result.resultStatus is S
.
Request
Response
Result processing logic
After calling the API, a response is returned. Possible values for result.resultStatus are:
result.resultCode
Code | Value | Message | Further action |
---|---|---|---|
SUCCESS | S | Success | |
SYSTEM_ERROR | F | System error. | Do not retry, and contact our Technical Support Team for more details. |
PARAM_ILLEGAL | F | Illegal parameters exist. For example, a non-numeric input, or an invalid date. | Check and verify whether the request fields, including the header fields and body fields, are correct and valid. For details on the fields of each API, see the specific API Structure section. |
UNKNOWN_EXCEPTION | U | API failed due to unknown reason. | The service might be down, retry later. If the issue persists, contact our Technical Support Team. |
CONTRACT_NOT_EXIST | F | The contract check has failed. | Ensure the Partner has already signed a contract and the input is correct. |
REPEAT_REQUEST | F | Repeat request | Change the requestId and retry calling this API. |
USER_NOT_EXIST | F | The user does not exist. | Retry with the correct user information. |
USER_INFORMATION_INCOMPLETE | F | firstName&lastName englishNameInfoResult is null | User information is incomplete. Please provide the complete user information and retry. If the call fails again, please reach out to our Technical Support Team. |
APPLY_CARD_NUMBER_LIMIT | F | Apply card number limit | Please contact our Technical Support Team for help. |
RISK_REJECT | F | Risk reject allow appeal | Please contact our Technical Support Team for help. |
NOT_ENOUGH_AMOUNT_IN | F | The user's recent cash flow is insufficient | Please contact our Technical Support Team for help. |
USER_LEVEL_NOT_MATCH | F | User level not match | Please contact our Technical Support Team for help. |
ACCESS_TOKEN_EXPIRED | F | The access token expired. | Refresh token to get a new access token or contact our Technical Support Team to address it. |
AUTHORIZATION_NOT_EXIST | F | The authorization does not exist. | Make sure that the input is correct. If the issue persists, contact our Technical Support Team to verify the authorization status. |