Batch operations are used to make multiple one type operations with one request.
Batch operations are used to make multiple one-type operations with one request.
This endpoint is only available for our GURU customers only π
Currently, the following operations can be executed in batches :
Bulk Cashback
Bulk Redeem
Bulk Balance Inquiry
Each batch is limited to a max of 1000 entries per batch.
Using the batch API is simple as it provides unified interfaces to execute any of the above supported operations. It can be used to run async batches and track them in your system.
To start a batch operation, you need to start a batch request via the Start Batch API. You can then keep checking the status of a batch operation started via its Batch ID. The status of the batch can be one of the following
Status
Description
pending
Batch is received but not started
inProgress
Batch is in progress
finished
All batch operations are finished
stopped
Batch stopped
Once the batch status is finished, you will be able to check the batch operation outcome including total processed, total failed, and return body object if any.