GiftCards
RetrieveGiftCardFromNonce
Retrieves a gift card using a nonce (a secure token) that represents the gift card.
post/v2/gift-cards/from-nonce
Request body
Example request
{
"request_body": {
"nonce": "cnon:7783322135245171"
}
}Response
Success
Example response
{
"gift_card": {
"balance_money": {
"amount": 5000,
"currency": "USD"
},
"created_at": "2021-05-20T22:26:54.000Z",
"gan": "7783320001001635",
"gan_source": "SQUARE",
"id": "gftc:6944163553804e439d89adb47caf806a",
"state": "ACTIVE",
"type": "DIGITAL"
}
}