Tango Card · Example Payload

Create Order Request

Gift CardsRewardsIncentivesDigital RewardsPrepaid CardsPayments

Create Order Request is an example object payload from Tango Card, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

customerIdentifieraccountIdentifieramountcurrencyCodeutidrecipientInfosendEmailnotesexternalRefID

Example Payload

Raw ↑
{
  "customerIdentifier": "ACME-Corp",
  "accountIdentifier": "ACME-Rewards-USD",
  "amount": 25.00,
  "currencyCode": "USD",
  "utid": "U280985",
  "recipientInfo": {
    "firstName": "Jane",
    "lastName": "Smith",
    "email": "jane.smith@example.com"
  },
  "sendEmail": true,
  "notes": "Q4 employee recognition award",
  "externalRefID": "HR-AWARD-2026-0042"
}