Skip to main content
POST
/
ramp
/
bank-account
Create bank account (presigned)
curl --request POST \
  --url https://api.etherfuse.com/ramp/bank-account \
  --header 'Content-Type: application/json' \
  --data '
{
  "account": {
    "birthCountryIsoCode": "MX",
    "birthDate": "1990-05-15",
    "clabe": "646180157000000004",
    "curp": "GALA900515MDFRPN08",
    "firstName": "Ana",
    "maternalLastName": "López",
    "paternalLastName": "García",
    "rfc": "GALA900515AB1",
    "transactionId": "c3d4e5f6-a7b8-9012-cdef-123456789012"
  },
  "presignedUrl": "https://api.sand.etherfuse.com/ramp/onboarding/bank-accounts?...&signature=...",
  "skipAutoApproval": false
}
'
{
  "accountId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
  "label": "Ana's SPEI account",
  "organizationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "status": "active"
}

Body

application/json
account
Personal (MXN / SPEI) · object
required
presignedUrl
string
required
skipAutoApproval
boolean

Response

The created bank account

accountId
string<uuid>
required
label
string
required
organizationId
string<uuid>
required
status
string
required