Get Accounts
Retrieve a list of all accounts associated with the authenticated merchant.
When to Use
▾
Use this endpoint when:
- You need to display all settlement accounts in your dashboard
- Auditing accounts registered to a merchant
- Looking up an account
idbefore calling Get Account By ID
How to Use
▾
/v3/accountsStep 1: Authenticate
▾
Obtain a valid accessToken for the merchant.
Step 2: Send the GET Request
▾
No request body or query parameters required.
Step 3: Iterate the Items
▾
The response items array contains each account's full record. The meta object may include pagination details.
Request Parameters
▾
No request body. Authenticated headers only.
Response Parameters
▾
Account ID
Example: "1653895399283266156"
Merchant ID
Example: "4118165203679668885"
Example: true
Company name of merchant
Example: "REVENUE MONSTER"
Type of company incorporation
Example: "SOLE PROPRIETOR"
Registration number of merchant
Example: “12344”
Business category of merchant
Example: "SOFTWARE AND IT"
Business scope of merchant
Example: "SOFTWARE AND IT"
Source of funds of merchant
Example: "BUSINESS REVENUE"
Customer origin of merchant
Example: "DOMESTIC"
Established date time of merchant
Example: "2018-03-26T04:50:57Z"
Country code of merchant contact number
Example: "60"
Phone number of merchant
Example: "377334080"
Address 1 of merchant
Example: "20, JALAN JASA 38, TAMAN MUTIARA RINI"
Address 2 of merchant
Example: ""
Postcode of merchant
Example: “81300”
City of merchant
Example: "Selangor"
State of merchant
Example: "Selangor"
Country of merchant
Example: "Malaysia"
Example: false
Object of Invoice Address
AddressLine1
Example: ""
AddressLine2
Example: ""
PostCode of invoice address
Example: ""
City
Example: ""
Address State
Example: ""
Country
Example: ""
Example: null
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Current status of Account
Example: "VERIFIED"
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: null
Example: null
Example: null
Example: null
Example: null
Example: null
Example: null
Example: null
Example: null
Example: null
Example: null
Example: null
Example: ""
Example: ""
Example: ""
Example: ""
Example: ""
Example: 0
Example: 0
Example: ""
Creation date time of merchant
Example: "2021-01-13T04:35:32Z"
Last update date time of merchant
Example: "2021-01-13T04:35:32Z"
Successfully call this endpoint. If fail, will return error code object (Refer Appendix 1: Error Codes)
Example: "SUCCESS"
Example: {}