1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Pay Me Back
  5. POST /persons/:id/pay-send

POST /persons/:id/pay-send

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.

How can we help?