The Bearer token to be used on this API is your partner access token
The Benji Platform ID of the reward transaction
Return values
A reward_transaction object property
Benji Platform reward transaction identifier
String representing one of the transaction status values :
Show possible transaction status values
REVERSED (1) : Indicating a transaction was successfully reversed
FAILED (2) : Indicating a transaction failed to reverse since it has already been completed
PENDING (3) : Indicating a transaction is pending and has not been reversed yet
INITIATED (4) : Indicating a transaction was initiated but not yet reversed
{
"code" : "ok" ,
"data" : {
"reward_transaction_id" : 1 ,
"transaction_status" : "REVERSED"
}
}
Note that you will only receive data that you as a loyalty patner or merchant partner are allowed to see based on the permissions in the access token you provide to the API