cURL
curl --request POST \ --url https://rewardservice.withbenji.com/transactions/{id}/reverse \ --header 'Authorization: Bearer <token>'
{ "code": "ok", "data": { "reward_transaction_id": 1, "transaction_status": "REVERSED" } }
Endpoint to reverse a reward transaction
Hide properties
Show possible transaction status values
Was this page helpful?