Zendit · Example Payload

Zendit Api Purchase Example

eSIMGift CardsMobile Top-UpPaymentsPrepaid

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

Top-level fields

transactionIdofferIdstatustypecreatedAtsendreceivedetails

Example Payload

Raw ↑
{
  "transactionId": "txn-abc123",
  "offerId": "offer-12345",
  "status": "DONE",
  "type": "TOPUP",
  "createdAt": "2026-05-01T12:00:00Z",
  "send": "example-value",
  "receive": "example-value",
  "details": {}
}