Query sensitive card informationSignature required
Call this API to query sensitive information of the WorldCard.
Structure
A message consists of a header and body. For details, see the following sections.
Request header
Request parameters
assetId String REQUIRED
The unique identifier of a card.
env Env REQUIRED
The information of the environment.
Response parameters
result Result REQUIRED
The result of the API call.
assetId String REQUIRED
The unique identifier of a card.
This field is returned only when the value of result.resultStatus is S
.
cvv String REQUIRED
The card CVV (Card Verification Value) number. This information needs to be obtained from Thredd because WorldFirst does not hold the CVV information.
This field is returned only when the value of result.resultStatus is S
.
cardNo String REQUIRED
The card number.
expiredMonth String
The month when the card will expire. Use numbers from 1 to 12 to represent months. For example: 07
represents July.
expiredYear String
The year when the card will expire. Use two-digit numbers from 00 to 99 to represent the years between 2000 and 2099. For example: 29
represents 2029.
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. |
USER_NOT_EXIST | F | The user does not exist. | Retry with the correct user information. |
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. |
RISK_REJECT | F | Security reason error, please contact the account manager | Please contact our Technical Support team for help. |