Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 509 Bytes

retrieve-gift-card-from-nonce-request.md

File metadata and controls

23 lines (14 loc) · 509 Bytes

Retrieve Gift Card From Nonce Request

A request to retrieve a gift card by using a payment token.

Structure

RetrieveGiftCardFromNonceRequest

Fields

Name Type Tags Description
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.
Constraints: Minimum Length: 1

Example (as JSON)

{
  "nonce": "cnon:7783322135245171"
}