Overview
The account service provides endpoints that allow for creating and managing accounts. There are two types of accounts that can be created;
Base URL :
<>/v1/accounts
Endpoints
The following endpoints have been provided for the account service:
Request Individual Account: This endpoint is used to request the creation of a new user account.
Request Corporate Account: This endpoint is used to request the creation of a corporate account.
List Account Requests: This endpoint is used to get a list of accounts requested by the organisation.
Get Single Account Request: This endpoint is used to get a single organisation account request.
Single Account Request Status: This endpoint is used to get the request status for a specified organisation account.
Update Account Request Details: This endpoint allows for the modification of existing corporate account documents.
List Issued Accounts: This endpoint is used to get a list of accounts that have been issued by Prune to the organisation.
Get Single Issued Account: This endpoint is used to get a single organisation account that has been issued by Prune to the organisation.
Validate Account IBAN: This endpoint is used to validate a provided account IBAN and BIC.
Get Account Balance: This endpoint retrieves the current balance of a specified account.
Send Money from Account: This endpoint allows an organisation to trigger transfer of funds from a user account to a specified recipient.
Get Transaction Status: This endpoint is used to get a single organisation's transaction status.
Get Single Transaction: This endpoint is used to retrieve details for a single transaction.
Fetch Acceptable IDs: This endpoint retrieves a list of acceptable identification documents based on the user's country.
Last updated