<- Gift Cards API

Gift Cards API

Retrieve gift card from nonce

POST

 /v2/gift-cards/from-nonce

Retrieves a gift card using a secure payment token that represents the gift card.

Permissions:GIFTCARDS_READ
Try in API Explorer
Link to section

Request body

Example code

Link to section

nonce

string

Required

The payment token of the gift card to retrieve. Payment tokens are generated by the Web Payments SDK or In-App Payments SDK.

Link to section

Response fields

Link to section

errors

Any errors that occurred during the request.

Link to section

gift_card

The retrieved gift card.

Error descriptions