Balance
Capture charge balance.
Capture charge balance.
post/admin/balance/charge.json
Request body
Example request
{
"amount": 10,
"order_id": 123456,
"reason_title": "Pay the subscription bill Feb 12,2019 - Mar 12.2019",
"transaction_type": "PrintBase bill"
}Response
OK
Example response
{
"success": true
}