{
"request_id": "unique-request-id"
}
{
"merchant_id": "MID123",
"merchant_email": "partner@example.com",
"balance": "1,000,000"
}
Merchant Virtual Account
Get MID Balance
Get the balance of the partner’s Merchant ID (MID) account.
POST
/
api
/
partners
/
mid
/
balance
{
"request_id": "unique-request-id"
}
{
"merchant_id": "MID123",
"merchant_email": "partner@example.com",
"balance": "1,000,000"
}
Get the current balance of the partner’s MID at the payment service provider.
Authentication
string
required
Your partner app key.
string
required
Base64-encoded Ed25519 signature of the sign data.
string
required
Unix timestamp (seconds) of the request. Must be within 60 seconds of server time.
Body Parameters
string
required
Unique request identifier. Use this to correlate the response with your request.
{
"request_id": "unique-request-id"
}
{
"merchant_id": "MID123",
"merchant_email": "partner@example.com",
"balance": "1,000,000"
}