post https://api.banking.netevia.dev/api/UsersReward/exchange/giftcard
This API method allows customers to purchase gift cards using their accumulated reward points. By making a request to the following endpoint, users can convert their points into gift card purchases:
Request Parameters:
brandId
: The ID of the gift card brand the customer wants to purchase.faceAmount
: The value or denomination of the gift card the customer is purchasing.oneTimeCode
: A one-time code for security purposes (e.g., sent via SMS or generated by an authenticator app).secureOperationType
: Specifies the security mechanism used, such as ShortMessageCode (for SMS) or TimeBasedCode.
Functionality:
- Customers can redeem their reward points by purchasing gift cards for the specified brand and amount.
- The method ensures secure transactions by requiring multi-factor authentication (MFA) through the one-time code.