IZZIPAYDevelopers

Settlement API

Batch and real-time settlement processing.

Base URL: https://api.izzipay.com/v1/settlement

POST/v1/settlement/batches

Create 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/instant

Instant 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/:id

Get 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/:date

Settlement report

cURL

bash
curl -X GET https://api.izzipay.com/v1/settlement/reports/:date \
  -H "Authorization: Bearer sk_test_..." \
  -H "Content-Type: application/json"