What My Accounts are
My Accounts are exclusive accounts for the merchant registered in RalioPay. As the integrating merchant, you receive accounts to operate and manage fees, and you can run all standard RalioPay operations on them (payins, payouts, transfers).- Operational account: receives funds from day-to-day activity and is used as the source/destination for movements.
- Fees account: accumulates the commissions generated by your merchant users’ operations.
These accounts belong only to your merchant and are not shared with other clients. Always use your merchant credentials to query them.
Available endpoints
- Get the current merchant: confirms that your merchant is authenticated and returns its identifier.
- List all merchant accounts: returns your available operational and fee accounts.
- Get a specific account: retrieves the details of a specific account using its
accountId.
How to use them
Retrieve your authenticated merchant
Call Get merchant user details to get your merchant user identifier.
Identify available accounts
Use List merchant user accounts to fetch your operational and fee accounts; note their
accountId and associated currency.Before you start operating, verify you retrieved the correct
accountId (operational or fees) and the expected currency.