Skip to main content
POST
/
ramp
/
onboarding
/
bank-accounts
Get onboarding bank accounts
curl --request POST \
  --url https://api.etherfuse.com/ramp/onboarding/bank-accounts \
  --header 'Content-Type: application/json' \
  --data '
{
  "presignedUrl": "https://api.sand.etherfuse.com/ramp/proof-of-identity?org_id=...&expires=...&signature=..."
}
'
{
  "bank_accounts": [
    {
      "accountLabel": "Ana's SPEI account",
      "compliant": true,
      "currency": "MXN",
      "internalAccountId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
      "organizationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "role": "owner",
      "status": "active"
    }
  ]
}

Body

application/json
presignedUrl
string
required

Response

The customer's bank accounts