Reconciliation
Vendor Reconciliation API
This API allows users to fetch vendor reconciliation details using different filters. Use the appropriate filters based on your requirements.
- View Split Order Details Using Settlement ID: Retrieve details of split orders within a settlement by Settlement ID.
- Vendor Recon for a Time Period: Fetch reconciliation details for all vendors within a specific time interval.
- Vendor Recon Using Vendor ID & Time Interval: Get reconciliation details for a specific vendor within a given time interval.
POST
Authorizations
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret in the Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD
application/json
Body
application/json
Vendor Recon Request body.
Specify the filters for the desired use case.
The merchant can set pagination limits based on their use case. The minimum limit is 10. Pagination will fetch a set of records, and the next set of records can be generated using the cursor provided in response to the first request for all reconciliation APIs.
Was this page helpful?