cURL
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" }
Create a new platform account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Platform Account Created
The response is of type object.
object
Was this page helpful?