Verify Bank Account
POST
https://api.sfox.com/v1/user/bank/verify
Verify micro-deposits sent to your bank account from sFOX.
sFOX uses micro-deposits to to verify users' bank accounts. Two amounts <$1 will be deposited to the user's linked bank account. Use the request below to verify these amounts.
Until verification is completed the user's bank account will be in a "Pending Verification" status.
Micro-deposits will be completed 1-3 days after linking a bank account. If the user has not received the deposits within 3 days, please contact support@sfox.com
Request
Body Parameters
Name
Type
Description
amount1
required
number
The value of the first micro-deposit
amount2
required
number
The value of the second micro-deposit
Example Requests
Response
Response Body
Name
Type
Description
success
string
Whether verification succeeded. Possible values: true
, false
Responses
Last updated