Get company balance
Returns the company balance according to the provided query string filters. Multiple values can be provided for all filters except from and to, including all results matching any of these values.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter result set by whether the transaction was performed using a recurring execution token
Retrieve a past balance value at a specific Unix timestamp
Filter result set to only include the specified brand UUID(s)
Filter result set to only include the specified terminal UUID(s)
Filter result set to only include specified currency(ies). The value must be in uppercase.
Filter result set to only include specified payment methods(s). See PaymentMethod fro more information. Payment method used to execute the transaction. [blocked]
- crypto_coin: Crypto Coin
- dnqr: Dnqr
- duitnow_qr: Duitnow Qr
- fpx: FPX B2C
- fpx_b2b1: FPX B2B1
- maestro: Maestro payment card
- mastercard: Mastercard payment card
- mpgs_apple_pay: Apple Pay
- mpgs_google_pay: Mpgs Google Pay
- razer: Razer
- razer_atome: Razer Atome
- razer_grabpay: Razer Grabpay
- razer_maybankqr: Razer Maybankqr
- razer_shopeepay: Razer Shopeepay
- razer_tng: Razer Tng
- unknown: Payment method could not be determinded
- visa: Visa payment card
crypto_coin, dnqr, duitnow_qr, fpx, fpx_b2b1, maestro, mastercard, mpgs_apple_pay, mpgs_google_pay, razer, razer_atome, razer_grabpay, razer_maybankqr, razer_shopeepay, razer_tng, unknown, visa Filter result set to only include specified products(s). See TransactionProduct fro more information. Product category the transaction belongs to. [blocked]
- bank_payment: bank_payment (Payment.payment_type == "bank_payment")
- custom_payment: custom_payment (Payment.payment_type == "custom_payment")
- invoice: Purchase created as an invoice through the merchant portal
- purchase: Purchase created through the merchant API (Purchase.product == "purchases")
- refund: refund (Payment.payment_type == "refund")
- subscription: Purchase created using a subscription
bank_payment, custom_payment, invoice, purchase, refund, subscription Filter result set to only include specified transaction creation or execution flow(s). See TransactionFlow fro more information. Flow or pathway used to initiate or execute a transaction. [blocked]
- api: transaction initiated via the merchant API
- direct_post: transaction executed via direct POST request
- fluentforms: transaction intialized from Fluentforms integration
- formidableforms: transaction intialized from Formidableforms integration
- givewp: transaction intialized from GiveWP integration
- gravityforms: transaction intialized from Gravity Forms integration
- hostbill: transaction intialized from Hostbill integration
- import: transaction imported from external system
- link: transaction initiated via shared link
- magento: transaction intialized from Magento module
- opencart: transaction intialized from OpenCart module
- payform: transaction executed via the gateway payform
- paymattic: transaction intialized from Paymattic integration
- prestashop: transaction intialized from PrestaShop module
- server_to_server: transaction executed via server to server API
- shopify: transaction intialized from Shopify integration
- web_office: transaction initiated via the merchant portal
- whmcs: transaction intialized from WHMCS integration
- woocommerce: transaction intialized from Woocommerce module
- wpcharitable: transaction intialized from WPCharitable integration
api, direct_post, fluentforms, formidableforms, givewp, gravityforms, hostbill, import, link, magento, opencart, payform, paymattic, prestashop, server_to_server, shopify, web_office, whmcs, woocommerce, wpcharitable Filter result set to only include specified client country(ies) in ISO 3166-1 alpha-2 format
Response
Company balance successfully retrieved
Map of currency to company Balance for the specific currency
Company Balance in a specific currency