Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 596 Bytes

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

File metadata and controls

23 lines (14 loc) · 596 Bytes

Retrieve Gift Card From GAN Request

A request to retrieve gift cards by their GANs.

Structure

RetrieveGiftCardFromGANRequest

Fields

Name Type Tags Description
gan string Required The gift card account number (GAN) of the gift card to retrieve.
The maximum length of a GAN is 255 digits to account for third-party GANs that have been imported.
Square-issued gift cards have 16-digit GANs.
Constraints: Minimum Length: 1, Maximum Length: 255

Example (as JSON)

{
  "gan": "7783320001001635"
}