Skip to main content
POST
/
v1
/
accounts
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "active": true,
  "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "currency": "<string>",
  "balance": 123,
  "iban": "<string>",
  "country_code": "<string>",
  "country": "<string>",
  "country_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "check_digits": "<string>",
  "bban": "<string>",
  "bank": "<string>",
  "bic": "<string>",
  "description": "<string>",
  "metadata": {}
}

Body

application/json
customer_id
string<uuid>
required
currency
string
required
Required string length: 3
description
string
metadata
object
active
boolean
default:false

Response

201 - application/json

Account created successfully

id
string<uuid>
active
boolean
customer_id
string<uuid>
currency
string
balance
number
iban
string
country_code
string
country
string
country_id
string<uuid>
check_digits
string
bban
string
bank
string
bic
string
description
string
metadata
object