Sends payment to user.
Note. This endpoint counts towards your API usage limit for the PayMeBack product, as one call.
Headers
Key | Value |
---|---|
Content-Type | application/json |
Authorization | Bearer {token} |
Request
Key | Required | Comment |
---|---|---|
amount
|
Yes | float. Use 5.0, instead of 5. |
Response
No Response.
Status Code
Code | Comment |
---|---|
200
|
Money sent.
|
400
|
Wrong payload.
|
401
|
Permission denied for this person.
|
403
|
Error occurred, could not send money.
|