This API awards loyalty points to customers in Gameball through a cashback program based on the amount.
post/api/v4.0/integrations/transactions/cashback
Request body
Example request
{
"customerId": "cust_12345abc",
"email": "john.doe@example.com",
"mobile": "+1234567890",
"transactionId": "TXN987654321",
"transactionTime": "2024-10-11T10:48:56.719Z",
"amount": 150.75,
"configurations": {
"returnWindow": 7
}
}Response
Cashback issued successfully
Example response
{
"customerId": "cust_12345abc",
"gameballTransactionId": 11034733,
"rewardAmount": 150.75
}