Skip to main content
POST
Platform - Create

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create a platform account with organization_name

organization_name
string
required
Maximum string length: 64
Example:

"organization_abc"

Response

Platform Account Created

org_id
string
required
Required string length: 1 - 64
Example:

"org_abc"

org_type
enum<string>
required
Available options:
standard,
platform
merchant_id
string
required
Example:

"merchant_abc"

merchant_account_type
enum<string>
required
Available options:
standard,
platform,
connected
org_name
string | null
Example:

"organization_abc"