Zendit · Example Payload

Zendit Api Voucher Purchase Request Example

eSIMGift CardsMobile Top-UpPaymentsPrepaid

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

Top-level fields

transactionIdofferIdsendValuerecipient

Example Payload

Raw ↑
{
  "transactionId": "my-txn-abc123",
  "offerId": "voucher-offer-001",
  "sendValue": "example-value",
  "recipient": {
    "email": "recipient@example.com",
    "firstName": "Jane",
    "lastName": "Smith"
  }
}