Skip to main content
POST
Create a payment account

Authorizations

Api-Key
string
header
required

Body

application/json

Payment account configuration

type
enum<string>
required
Available options:
externalFiatAccount
nickname
string
required

A friendly name for this payment account

Maximum string length: 64
externalFiatAccount
Individual Beneficiary Details ยท object
required
userId
string<uuid>

User ID (for individual teams; provide either userId or companyId)

companyId
string<uuid>

Company ID (for company teams; provide either userId or companyId)

Response

Payment account created successfully

id
string<uuid>
required
read-only

The unique identifier of the payment account

type
enum<string>
required
Available options:
externalFiatAccount
nickname
string
required

A friendly name for this payment account

Maximum string length: 64
externalFiatAccount
object
required
createdAt
string<date-time>
required
read-only

When the payment account was created

userId
string<uuid>

User ID (present for individual teams; omit for company teams)

companyId
string<uuid>

Company ID (present for company teams; omit for individual teams)