IZZIPAYDevelopers
Settlement API
Batch and real-time settlement processing.
Base URL: https://api.izzipay.com/v1/settlement
POST
/v1/settlement/batchesCreate batch
cURL
bash
curl -X POST https://api.izzipay.com/v1/settlement/batches \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"POST
/v1/settlement/instantInstant settlement
cURL
bash
curl -X POST https://api.izzipay.com/v1/settlement/instant \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"GET
/v1/settlement/batches/:idGet batch status
cURL
bash
curl -X GET https://api.izzipay.com/v1/settlement/batches/:id \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"GET
/v1/settlement/reports/:dateSettlement report
cURL
bash
curl -X GET https://api.izzipay.com/v1/settlement/reports/:date \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"