Zendit · Example Payload

Zendit Api Transaction Example

eSIMGift CardsMobile Top-UpPaymentsPrepaid

Zendit Api Transaction Example is an example object payload from Zendit, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

transactionIdtypestatuscreatedAthistory

Example Payload

Raw ↑
{
  "transactionId": "txn-abc123",
  "type": "TOPUP",
  "status": "DONE",
  "createdAt": "2026-05-01T12:00:00Z",
  "history": [
    {
      "status": "PENDING",
      "timestamp": "2026-05-01T12:00:00Z"
    }
  ]
}