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

POST /persons/:id/pay-verify

Verifies user funding source.

Headers

Key Value
Content-Type application/json
Authorization Bearer {token}

Request

Key Required Comment
amount1
Yes float
amount2
Yes float

Response

No Response.

Status Code

Code Comment
200
Account verified.
400
Wrong payload.
401
Permission denied for this person.
403
Cannot verify the account.

How can we help?