Issue cashback rewards to customers for their transactions.
Unique identifier for the customer that you can reference across the customer's whole lifetime. Could be a database ID, random string, email or anything that uniquely identifies the customer.
"cust_12345abc"
A unique identifier for a transaction in your system (e.g., order number or invoice number). This ID is critical for managing transaction lifecycle events such as reversals, cancellations, or refunds in Gameball.
"TXN987654321"
The time of the transaction in your system (e.g., order datetime, invoice datetime).
"2024-10-11T10:48:56.719Z"
Monetary value of the transaction for which the customer will be rewarded, based on the Cashback program configuration.
150.75
Customer's email address. This is required if your account uses email-based channel merging.
"john.doe@example.com"
Customer's mobile number. This is required if your account uses mobile-based channel merging.
"+1234567890"
This object contains details about the specific merchant involved in the transaction, which is particularly important for businesses managing multiple merchants or branches under the same Gameball account. This object can provide identifying information about both the main merchant and any associated branch where the transaction took place.
This object contains configurations related to the cashback settings.
Cashback issued successfully
Unique identifier for the customer that you can reference across the customer's whole lifetime. Could be a database ID, random string, email, or anything that uniquely identifies the customer.
"cust_12345abc"
Unique identifier for the transaction in the Gameball system.
11034733
The monetary value equivalent of the points rewarded to the customer for the transaction. Example: If the customer earns 50 points for their purchase and each point is worth $0.10, the rewardAmount will be $5.
150.75
The number of points rewarded to the customer for the transaction. Example: If the customer earns 50 points for their purchase, the rewardEquivalentPoints will be 50.
0