cURL
curl --request POST \ --url https://api.atlas.co/functions/v1/bank-accounts/{bank_account_id}/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amounts": [ 123 ] } '
{ "verified": true, "attempts_remaining": 123 }
Verify micro-deposit amounts to confirm bank account ownership.
API key (sk_test_* or sk_live_*)
Two micro-deposit amounts in cents
2
Verification result