☑️Send rewards
Send rewards or recharge a user's balance
POST
https://sandbox.pgecom.com/api/balance/sendmoney
Headers
Name
Type
Description
authorization*
String
Bearer token
Request Body
Name
Type
Description
email*
Number
Recipient's email
amount*
String
Recipient's amount
isPrepaid
String
PG rewards user or your platform's user. Default to true
(your user)
{
"createdAt": "2022-05-09T09:48:51Z",
"amount": 5806,
"id": "7fe037b8-3d86-4bc3-9b47-839565kj1068",
"userID": "7fe037b8-3d86-4bc3-9b47-839565kj1068",
"updatedAt": "2022-06-29T10:30:23Z",
"balance": 5806,
"newBalance": 5811
}
Last updated
Was this helpful?