API Documentation

POST /persons/:id/pay-verify

Verifies the user's 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.