Skip to main content
GET
/
v1
/
pay
/
gift
/
temp
/
list
Get Gift Card Template List
curl --request GET \
  --url http://sandbox.mintlify.com/v1/pay/gift/temp/list \
  --header 'X-GatePay-Certificate-ClientId: <x-gatepay-certificate-clientid>' \
  --header 'X-GatePay-Nonce: <x-gatepay-nonce>' \
  --header 'X-GatePay-Signature: <x-gatepay-signature>' \
  --header 'X-GatePay-Timestamp: <x-gatepay-timestamp>'
{
  "status": "SUCCESS",
  "code": "000000",
  "errorMessage": "",
  "data": [
    {
      "card_temp_id": "293389550603997184",
      "image_url": "https://test-gateio-nft.s3.ap-northeast-1.amazonaws.com/image/688c908c72b1cb9b78039de44003b4f8de4009f5.jpg",
      "title_en": "anlitest",
      "title_cn": "anlitest常用",
      "cover_type": "theme"
    }
  ]
}

Headers

X-GatePay-Certificate-ClientId
string
required

Merchant client ID

Example:

"mZ96D37oKk-HrWJc"

X-GatePay-Signature
string
required

Signature

Example:

"b8c4705ff4c1357f2a27925dd180c1e1f4a244148f312a2dee5afbcc6f4b150e9ffceee455c5a298f895d43a64ee829eebdfd262539d45c41f7aee4336fd8c8c"

X-GatePay-Timestamp
string
required

Timestamp (milliseconds)

Example:

"1738934053475"

X-GatePay-Nonce
string
required

Nonce

Example:

"5417061546"

Response

200 - application/json

Query successful

status
string

Response status

Example:

"SUCCESS"

code
string

Response code

Example:

"000000"

errorMessage
string

Error message

Example:

""

data
object[]