Zendit · Example Payload

Zendit Api Refund Example

eSIMGift CardsMobile Top-UpPaymentsPrepaid

Zendit Api Refund 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

transactionIdrefundIdstatusamountcreatedAt

Example Payload

Raw ↑
{
  "transactionId": "500123",
  "refundId": "refund-abc123",
  "status": "APPROVED",
  "amount": "example-value",
  "createdAt": "2026-05-01T12:00:00Z"
}