Create Balance Monitor

post/balance-monitors

Request body

balance_idstring required
call_back_urlstring required

Example request

{
  "balance_id": "bln_0be360ca-86fe-457d-be43-daa3f966d8f0",
  "condition": {
    "field": "debit_balance",
    "operator": ">",
    "value": 100000
  },
  "call_back_url": "https://api.myapp.com/balancemonitor"
}

Response

Created

Changes

No recorded changes to this endpoint across all 1 revision of this API.