You can create a sub-account of xenPlatform as long as you have user permission as Admin and xenPlatform already activated on your account.
There is no maximum limit of sub account creation on LIVE Mode, However, sub account creation in TEST Mode is limited to up to 500 sub accounts.
Creation of sub-account can be done two ways, via Dashboard dan via API.
Please pay attention to the type of sub account you are about to make, as MANAGED sub account is not able to be migrated into OWNED sub account, and vice versa.
via Dashboard
OWNED Sub Account
- Login to Master Account's Xendit Dashboard;
- Go to menu xenPlatform > Accounts;
- Click “Add Account”;
- You will see the sub-account types that you can choose to make;
- Choose “OWNED Sub Account” and Click “Select”
- Input the name of your OWNED Sub Account as you desired on column “Business name”;
- Input the email address of your OWNED Sub Account as you desired on column “Email”;
- Click “Done”;
- Pop-up message will appear and inform you that your sub-account has been successfully created
- You can see your sub-account details on your dashboard like business email, business name, sub-account id, status, date created & cash balance.
MANAGED Sub Account
- Login to Master Account's Xendit Dashboard;
- Go to menu xenPlatform > Accounts;
- Click “Add Account”;
- You will see the sub-account types that you can choose to make;
- Choose “MANAGED Sub Account” and Click “Select”
-
There are two ways in order for you to continue with the registration process:
-
Through Email Invitation
- Input the email address of your MANAGED Sub Account as you desired on column “Email”;
- Click “Send Invitation”;
- Pop-up message will appear and inform you that your partner has been invited to register for your MANAGED sub-account that will be added to your platform;
-
Your Partner will then receive an invitation email for further registration;
-
You can resend invitation emails if your Partner has trouble receiving them.
- This can only be done for accounts that have not accepted the invitation and registered;
- On the Accounts page, click the icon to the right of the account you wish to resend the invitation for;
- Click on "Resend Invite"
-
The invitation email will be resent right away. If you still have trouble receiving the email, we advise that you:
- Check the spam folder;
- Or contact our customer support
-
Through Unique Link
-
Click “Copy” button on the right-hand side of the link that is written under “Invite Patners to your Platform with your unique link”;
-
Share the link to your partner by pasting the link when you are communicating with them through WhatsApp, Email, etc.;
-
-
Through Email Invitation
- Your partner needs to click the link they have received and follow the prompt to activate their Account;
-
Since MANAGED Sub Account is as same as Normal Xendit Account with linked to Master Account, you need to submit required documents and Add Payment Method after activation;
- For Indonesian merchants, please make sure that the National ID Card (KTP) that your partner submitted to activate the managed sub account is different from the one you have submitted to activate your master account;
- Wait for 3-5 business days for our team to verify the documents your partner have submitted;
- If our team grants your sub account creation, the MANAGED sub-account will be successfully added to your Platform;
- You can see your sub-account details on your dashboard like business email, business name, sub-account id, status, date created & cash balance.
via API
OWNED Sub Account
Follow the tutorial on this link:
https://developers.xendit.co/api-reference/#create-account
-
The endpoint that will be used is as follows:
POST https://api.xendit.co/v2/accounts
- Make sure that you have inputted the correct API Key of Master Account on the right place;
- Input the business email of your OWNED sub account on the request body under parameter "email";
- Input “OWNED” on the request body under parameter "type";
- Input the name of your OWNED sub account on the request body under "business_name", under parameter "public_profile".
- Click "Send";
- If the sub account is successfully created, parameter status on response will return “REGISTERED”;
- You can see your sub-account details on your dashboard like business email, business name, sub-account id, status, date created & cash balance.
MANAGED Sub Account
Follow the tutorial on this link:
https://developers.xendit.co/api-reference/#create-account
-
The endpoint that will be used is as follows:
POST https://api.xendit.co/v2/accounts
- Make sure that you have inputted the correct API Key of Master Account on the right place;
- Input the business email of your OWNED sub account on the request body under parameter "email";
- Input “MANAGED” on the request body under parameter "type";
- Input the name of your MANAGED sub account on the request body under "business_name", under parameter "public_profile".
- Click "Send";
- If the sub account is successfully created, parameter status on response will return “INVITED”;
- Your Partner will then receive an invitation email for further registration
-
You can resend invitation emails if your Partner has trouble receiving them.
- This can only be done for accounts that have not accepted the invitation and registered;
- On the Dashboard, specifically Accounts page, click the icon to the right of the account you wish to resend the invitation for;
- Click on Resend invite;
-
The invitation email will be resent right away. If you still have trouble receiving the email, we advise that you:
- Check the spam folder;
- Or contact our customer support
- Your partner needs to click the link and follow the prompt to activate their Account;
-
Since MANAGED Sub Account is as same as Normal Xendit Account with linked to Master Account, you need to submit required documents and Add Payment Method after activation;
- For Indonesian merchants, please make sure that the National ID Card (KTP) that your partner submitted to activate the managed sub account is different from the one you have submitted to activate your master account;
-
Wait for 3-5 business days for our team to verify the documents your partner have submitted;
- If our team grants your sub account creation, the MANAGED sub-account will be successfully added to your Platform;
- You can see your sub-account details on your dashboard like business email, business name, sub-account id, status, date created & cash balance.