Create Reward

Creating a reward account for a new user

POST {{BASE_URL}} /v1/rewards/create

Parameters

Parameter
Type
Description
Required

RequestReference

string

A unique reference for this specific API call.

True

RequestType

string

This will be either Live (for real Transaction) or Sandbox (for testing purpose)

True

Amount

decimal

The Value of cash reward or Point Reward

True

RewardType

string

This will be either Cash or Point

True

Description

string

Reward description

True

FirstName

string

Customer first name

True

LastName

string

Customer last name

True

Email

string

Customer email address

True

Reference

string

Unique Customer Identifier (this will be used for getting customers details)

True

PhoneNumber

string

Customers phone number

True

Request

Last updated