Skip to main content
POST
/
v0
/
user
/
me
/
bank
/
accounts
/
{external_id}
/
verify
Verify Bank Account
curl --request POST \
  --url https://api.example.com/v0/user/me/bank/accounts/{external_id}/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "amounts": [
    123
  ]
}
'
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

external_id
string
required

Body

application/json
amounts
number[]
required

Two micro-deposit amounts to verify

Required array length: 2 elements

Response

Verification complete

HAL-style hypermedia links for navigation and available actions.

verified
boolean
required
verification_status
string
required