Merchant Wallet Balance
The endpoint gets the merchant's wallet balance. Your wallet is on the Intrapay app. Merchant's wallet is used to pay for card creation and user KYC
Request Header
Name
Value
Description
Query parameter
Key
Value
Description
Response body
{
"success": true,
"message": "Merchant wallet balance",
"data": {
"wallet_id": "W1732012613895",
"meta_data": {
"pending_balance": 0
},
"wallet": {
"usdt": {
"balance": 0
}
}
}
}Last updated