Skip to main content
POST
accounts_oid_signup_post

Authorizations

Authorization
string
header
required

Bearer authentication (token authentication) should be used for accessing the API.

Use Get Token to get an access token for client credentials. Pass the token in the request header:

where the access_token is JSON Web Tokens (JWT).

Path Parameters

oid
string<^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$>
required

An id that uniquely identifies the account or owner (partner)

Body

application/json
applicant
object
required
company
object

The details of an account company

billing
object

The details of the billing for the account

account_manager
object

Account manager responsible for the account.

value is not visible for the merchant

external_integrations
object

Response

Accepted

Last modified on July 22, 2026