Upload Payment Verification Details
This API is used to upload all the required payment details for the verification
Authorizations
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD. Ensure to pass 2025-01-01 in header to ensure this version is invoked.
Path Parameters
Successful payment ID for the created order.
Body
The request body can include multiple document entries. Each key represents a valid doc_name. The value for each key can be either:
- A string (when
doc_typeisVALUE) - A file (when
doc_typeisDOCUMENT)
Name of the importer
Description of the goods
Address of the importer
Invoice number
Country of origin
E-commerce order serial number
HS code
Shipment date
Port of loading
Importer address postal code
Invoice file
Response
This response can represent either a successful upload (when all documents are processed correctly) or a partial success (when some documents are successfully uploaded while others are missing or encountered errors).
- Full Success: All documents are uploaded and processed without any issues.
- Partial Success: Some documents are uploaded successfully, but others are either missing or encountered errors.
- If documents are missing or errors occur, these will be returned in the response in the
missing_documentsorerrorsfields.