Query the credit grantSignature required
Call this API to query the grant application result.
Structure
A message consists of a header and body. The following sections are focused on the body structure. For the header structure, see:
Request parameters
referenceNo String REQUIRED
The external ID that identifies a credit request.
Response parameters
result Result REQUIRED
The result of the API call.
creditGrantNo String
The WorldFirst credit grant number.
creditGrantAmount String
The credit grant amount. Unit: cent.
creditGrantCurrency String
The credit grant currency. Fixed value: USD
.
annualPercentageRate String
The annual percentage rate. Format: decimal. For example, 0.05 stands for 5%.
dueDate String
The date when credit grant is due. Format: YYYYMMDD. For example, 20241231.
creditGrantStatus String REQUIRED
The credit grant status. Valid values are:
ACCEPTED
: The grant application has been accepted.-
SUCCESS
: The grant application is approved. FAILED
: The grant application has failed.
Request
Response
Result processing logic
After calling the API, a response is returned. Possible values for result.resultStatus are:
Result status | Description |
| Indicates that the API call succeeded. |
| Indicates that the API call failed. For additional information on the failure, refer to result.resultCode. |
| Indicates that the API call result is unknown. If this status is returned, the Partner may make a query. The querying strategy is as follows:
If no query succeed, contact our Technical Support Team. |