Skip to main content
POST
Create my banking profile

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
currency
string
Example:

"USD"

type
enum<string>
Available options:
INDIVIDUAL,
COMPANY
name
string
email
string
address
object

Response

Banking profile created (status draft).

The response is of type object.

Last modified on July 19, 2026