You can create a Managed account in 2 ways:
-
Navigate to the xenPlatform Accounts page
-
Click the Add an Account button
-
Choose Managed account
-
Enter the valid information and click Done
-
Your Partner will then receive an invitation email for further registration or via Unique Link
-
Your partner needs to use the link and follow the prompt to activate their Account
-
And 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
Note:
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
-
Creation via API
To create a Managed account via API, pass managed
in the type parameter in the request. Your Partner will then receive an invitation email for further registration.
curl --request POST \
--url https://api.xendit.co/v2/accounts \
--data '{"email":"user@example.com","type":"MANAGED"}'
Once your accounts have been created, you may view them on the xenPlatform accounts page.