☑ī¸Send rewards

Send rewards or recharge a user's balance

POST https://sandbox.pgecom.com/api/balance/sendmoney

Headers

NameTypeDescription

authorization*

String

Bearer token

Request Body

NameTypeDescription

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
}

You can use send rewards as a way to recharge a user's account. The funds will automatically be available on their virtual or physical card

Last updated