•   almost 5 years ago

How did we know what code to send for different gift cards (like amazon,apple)

As below we are sending code 62 for amazon, how we can know different codes so that we know which card needs to send?
{
"gift": {
"action": "order",
"apikey": "{APIKey}",
"sender": "Athens Automotive Inc.",
"from": "17705551234" (must be a FIXED valid phone number),
"dest": "16150001234",
"code": "62",
"amount": 100,
"postal": "30005",
"msg": "Thanks for taking our test drive!",
"reference": "{your_unique_order_id}",
"handle_delivery": false
}
}

  • 0 comments

Comments are closed.