cURL
curl --request POST \ --url https://test.paysight.io/api/admin/merchantaccounts/{id}/group \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "groupId": 123, "merchantAccountId": 123, "weight": 123, "immediateAutoWeighting": true, "parentCompanyId": 123 }'
{ "success": true, "message": "<string>", "group": {} }
Your Paysight API key. You can find it in your Paysight account at https://app.paysight.io/settings/account
Merchant account added to group
The response is of type object.
object