Check Status Batch Search
Status checking process for sending emails based on names that have previously carried out a Batch Search.
The partner will send the data to Espay then Espay will respond in JSON format containing the status of sending the batch data results to email.
Message Flow
Merchant -> Espay
Metode
HTTP Post
API URL
Development : https://sandbox-api.espay.id/cdd/sijitu/checkstatusbatch
Production : https://sandbox-api.espay.id/cdd/sijitu/checkstatusbatch
Parameter Request:
Parameter Name | Max Length | Mandatory | Keterangan |
rq_uuid | 64 | Ya | Request identifier. Unique id to identify this message with other messages |
rq_datetime | 19 | Ya | Date and time on the Espay application server when the message was sent |
sender_id | 32 | Ya | Merchant identity code registered in the Espay application |
user_id | 64 | Ya | email registered in Sijitu |
organization_id | 32 | Ya | Merchant code registered in Sijitu |
batch_id | 500 | Ya | Batch ID from API Batch Search |
signature | 64 | Ya | Signature that must be validated by Espay. Click here for details |
Parameter Response:
Parameter Name | Max Length | Mandatory | Description |
rq_uuid | 64 | Ya | Request identifier. Unique id to identify this message with other messages |
rs_datetime | 32 | Ya | Date and time on the Espay application server when the message was sent |
error_code | 4 | Ya | Error code in web service, 0000 its success |
error_message | 32 | Ya | Description error |
batch_id | 32 | Ya | Batch ID |
status | 64 | Ya | Status of email delivery based on Batch Search |