cURL
curl --request POST \ --url https://staging-api.getpartna.com/v4/account/register \ --header 'Content-Type: application/json' \ --data '{ "accountName": "", "email": "", "merchantName": "" }'
{ "message": "success" }
Create a pending account registration request. This is used when merchant registration type is set to open
accountName should be alphanumeric, lowercase and between 2 to 40 characters long
post account register created