Account#
Create Account#
Creates a new account with the provided details that is linked to the multi-currency wallet.To append documents, please use the ‘file upload’ endpoint. You can append more information to the account after creation using the ‘update account’ endpoint. Once all the required information has been provided you can submit the account using the ‘Submit Account For Activation’ endpointGet Account#
Retrieves details of a specific account using its ID.Get Account Balance#
Retrieves the balance details of a specific account. This involves balance details in all the supported currencies.Get Account Beneficiaries#
Retrieve beneficiaries associated with a specific account. This endpoint lists all the beneficiaries linked to the account for the purpose of making payouts.Get Account Transactions#
Retrieve transactions of a specific account. This endpoint lists all transactions associated with the account, including deposits, paypouts and conversions.Get Supported Currencies#
Retrieve transactions of a specific account. This endpoint lists all transactions associated with the account, including deposits, paypouts and conversions.curl --location 'https://api-sandbox.z.inc/api/v1/account/:id/transactions' \
--header 'x-api-version: 2024-07-28' \
--header 'Authorization: Bearer 3aae7b2a-de82-4b64-bce2-c63cbf4133cc'
Submit Account For Activation#
To complete registration of an account, all mandatory fields and documentation must be submitted. After account activation, if you update primary_contact.email
using the ‘Update account’ endpoint, you need to submit the account in order for the changes to take effect (available for individual accounts only).This is only for demo account testing purpose
Update Account#
Updates the details of an existing account.You can update the information prior to submitting the account for activation. can still update primary_contact.email
and then use the ‘Submit Account For Activation’ endpoint to make the update take effect.