POST
/
create_platform
Platform - Create
curl --request POST \
  --url https://sandbox.hyperswitch.io/create_platform \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "organization_name": "organization_abc"
}'
{
  "org_id": "org_abc",
  "org_name": "organization_abc",
  "org_type": "standard",
  "merchant_id": "merchant_abc",
  "merchant_account_type": "standard"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Platform Account Created

The response is of type object.