Verify Micro-Deposit
Finalizes the micro-deposit verification process for a user’s bank account.
This endpoint:
- Validates the two micro-deposit amounts to confirm bank account ownership
- Ensures the account is currently in
APPLIEDverification status - Updates the account status to
VERIFIEDupon successful confirmation - Logs a user note documenting the verification event
Note:
- In the sandbox environment, the two required test deposit amounts are 0.15. These values must be provided exactly in any order.
- In live (production) environments, actual micro-deposits will be sent to the user’s bank account, and those values must be retrieved from the user’s bank statement and submitted here.
Headers
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Path Parameters
Unique identifier (UUID) of the user who owns the bank account being verified.
Body
Response
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400

