Issue digital card

The /api/giftCards/card API allows customers to purchase gift cards from the available brands in the system. Once a gift card is successfully purchased, it will immediately appear in the list returned by the GET /api/giftCards/orders endpoint. Additionally, the corresponding funds will be deducted from the product funding account associated with the customer.

Key Functionality:

  • Purchase Gift Card: This API initiates the purchase of a gift card for the selected brand.
  • Real-Time Order Tracking: Upon successful purchase, the gift card will be instantly available via the GET /api/giftCards/orders endpoint, allowing for real-time tracking and management.
  • Funds Deduction: The amount corresponding to the gift card purchase is deducted from the customer’s product funding account. This ensures that the transaction is seamless and the payment is processed instantly.
Body Params
string | null
int32
string | null
int64
string
required
length ≥ 1
^\d{6}$
string
enum
required
Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json