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.
|