Get Account By ID
Retrieve detailed information for a single account by its id, including company, bank, documents, and verification status.
When to Use
▾
Use this endpoint when:
- You need full details of one specific account
- Verifying an account's status or documents
How to Use
▾
/v3/account/{id}Step 1: Get the Account ID
▾
Retrieve the account id from Get Accounts.
Step 2: Send the GET Request
▾
Pass id as a path parameter in the URL.
Step 3: Read the Response
▾
The item object contains the full account record.
Request Parameters
▾
Pass the account id as a path parameter.
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"