Apply for a credit grantSignature required
Call this API to request a credit grant.
Note: Ensure you have first called the submitAttachment API to upload all required invoices. WorldFirst uses these documents to evaluate and approve your credit application.
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.
payeeCode String REQUIRED
The unique code that identifies a payee.
vcCode String REQUIRED
The unique code that identifies a vitual credit account.
invoiceDate String REQUIRED
The invoice date. Format: YYYYMMDD. For example, 20241231.
timeZone String REQUIRED
The timezone.
attachmentFile AttachmentInfo REQUIRED
The invoice attachments used to request a credit.
Call the submitAttachment API before you specify this parameter.
invoiceInfoList Array<InvoiceInfo> REQUIRED
The detailed information of the invoices.
Response parameters
result Result REQUIRED
The result of the API call.
referenceNo String REQUIRED
The external ID that identifies a credit request.
creditGrantNo String
The WorldFirst credit grant number.
creditGrantStatus String REQUIRED
The credit grant status. Valid values are:
-
ACCEPTED
: The grant application has been accepted. -
FAILED
: The grant application has failed.
failCode String
The code that indicates why the grant application has failed.
failMessage String
The message that explains in detail about the unsuccessful grant application.
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. |