Owned
Accounts that are invisible to your Partners and fully controlled by you
We recommend this account type for Platforms that want to start accepting payments for their Partners quickly with minimal KYC requirements.
Payments experience
OWNED accounts are for Platforms that want to offer a “department store”-like payment experience. For example, when you make payment at Harrods for goods from Adidas and Nike - what you see on your card statement or eWallet app is a charge by Harrods, and not Adidas/Nike.
Creating an account
You can create an Owned account in 2 ways
1. Creation on the Dashboard
- Navigate to the xenPlatform Accounts page
- Click the Add an Account button
- Choose Owned account
- Enter the valid information and click Done
2. Creation via API
To create an Owned account via API, pass owned
in the type parameter in the request and provide a mandatory business_name
.
curl --request POST \ --url https://api.xendit.co/v2/accounts \ --data '{"account_email":"user@example.com","type":"OWNED","public_profile":{"business_name":"Merchant1"}}'
Once your accounts have been created, you may view them on the xenPlatform accounts page.
INFO
- The business name parameter can be used to customize the appearance of your Owned accounts' xenInvoice
- For Owned accounts, we do not require the email address to complete sign up. You may also reuse the same email address for multiple Owned accounts.
Unlocking capabilities [New]
By submitting an Account Holder information, you can then activate payment channels for the sub-account under their own credentials. Refer to this guide to learn more about the process.
Testing
Accounts can be created in Test mode or Live mode. Test mode accounts allow you to mock transactions using your test API key and appear on your test dashboard. Live mode accounts can be used to create real-money transactions using your live API key and appear on your live dashboard.
INFO
Emails have to be unique across both Test mode and Live mode. You can delete the sub-account created in test mode from the dashboard, or contact us if you need to delete the sub-account in live mode.
Next steps
Congratulations! You have now successfully created an account, learn more about managing their payments below:
- Accepting payments
- Managing funds via Transfers or Platform fee
- Paying out
- Invite Partners to access the Dashboard
Last Updated on 2024-04-30