Get Account Details API
It will return you the complete account detail of the merchant’s payout account.
Request Header Params
Key | Description | Data type | Mandatory | possible Values |
Authorization | Access token generated earlier. Read section 2. | String | Yes | Bearer {access_token} |
payoutMerchantId | This is the merchant id provided while onboarding for payouts | String | Yes |
payoutMerchantId is different from payu merchant Id, please use the correct one for seamless experience
Example
Method : GET
Test Environment Request :
Test Environment Response :
Response Params
Key | Description |
status | Api status code 0 - Success 1-Failure |
msg | Response Message |
code | Error Code in case of any error |
data.payoutMerchantId | Merchant Id |
data.uuid | Unique user id of user |
data.virtualAccountNumber | Virtual Account number of merchant. This is used for prefunding the merchant payout account |
data.ifsc | Account Ifsc Code |
data.type | Type of the Account |
data.transferableAmount | For future user. |
data.balance | Current balance of merchant payout account |
data.lowBalance | True/False - True in case merchant balance is low to process next transfer request. |
data.clientId | Public client id for generating access token |
data.transitAccountNumber | Future use |
Last updated