Exchange points for gift card

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.
Body Params
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