post https://api.banking.netevia.dev/api/giftCards/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.