Accounts
Get all information about your customer financial institution accounts, including: account_type
, name
, address
,phone number
,email
, account_number
, currency
, balance
.
Account APIs*
Here we list all APIs under our account collection that can be used to verify financial institution accounts, get details of all connected accounts of a user or get the balance of a particular account.
Endpoint | Method | Description |
---|---|---|
Account List - GET | GET | The Account List endpoint returns all a list of accounts or products (and their associated data) held by the End User with a Provider. |
Account List - POST | POST | This endpoint can be used to refresh the session of institution with MFA by sending new OTP to end user. Currently, E-Wallet can use this customization. |
Account List - PATCH MFA | PATCH | This endpoint can be used to retrieve latest list of accounts or products (and their associated data) held by the End User with a Provider by providing new OTP to refresh the account session. Currently, E-Wallet can use this customization. |
Account Detail | GET | This endpoint can be used to retrieve data associated with the specified ‘account_id’. |
Account Detail - POST MFA | POST | This endpoint can be used to refresh the session of institution with MFA by sending new OTP to end user. Currently, E-Wallet can use this customization. |
Account Detail - PATCH MFA | PATCH | This endpoint can be used to retrieve data associated with the specified ‘account_id’ by providing new OTP to refresh the account session. Currently, E-Wallet can use this customization. |
*We also offer an OCR-based Digitisation of Financial statements images/documents product. which can be used to parse any institution's PDF/image statement and get a structured JSON representation of this statement. If you want to know more about this endpoint, contact us via.
Some institutions may experience downtime during a specific time of day. For more information on this, please contact us via.
Account Number Validation API
Here we list all APIs under our account collection that can be used to verify beneficiary accounts. Please see codes & destination for a full list of accounts you can send to.
Checking real account need to use on Production Environment
The Account Number Validation API will only return dummy value if used in Sandbox Environment.
Endpoint | Method | Description |
---|---|---|
Account Verification API | POST | This endpoint can be used to check the validity of the account. |
Updated about 2 years ago