processorBalanceGet

POST {{baseUrl}}/processor/balance/get

The /processor/balance/get endpoint returns the real-time balance for each of an Item's accounts. While other endpoints may return a balance object, only /processor/balance/get forces the available and current balance fields to be refreshed rather than cached.

Request Body

{"processor_token"=>"<string>", "client_id"=>"5fd43aad1186c30013d6f3e2", "secret"=>"<string>", "options"=>{"min_last_updated_datetime"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;account&quot;:{&quot;account_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;balances&quot;:{&quot;available&quot;:&quot;\u003cnumber,null\u003e&quot;,&quot;current&quot;:&quot;\u003cnumber,null\u003e&quot;,&quot;limit&quot;:&quot;\u003cnumber,null\u003e&quot;,&quot;iso_currency_code&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;unofficial_currency_code&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;last_updated_datetime&quot;:&quot;\u003cstring,null\u003e&quot;},&quot;mask&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;official_name&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;subtype&quot;:&quot;\u003cstring,number\u003e&quot;,&quot;verification_status&quot;:&quot;\u003cstring\u003e&quot;},&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;}