Balance

The Balance Object

A Rutter Balance represents the current amount of money contained within the merchant's store or payment processor.

Properties

amountnumber

The current balance of the merchant.

iso_currency_codeenum

The ISO 4217 currency code of the balance.

One ofAEDAFNALLAMDANGAOAARSAUDAWGAZNBAMBBDBDTBGNBHDBIFBMDBNDBOBBOVBRLBSDBTNBWPBYRBZDCADCDFCHECHFCHWCLFCLPCNYCOPCOUCRCCUCCUPCVECZKDJFDKKDOPDZDEGPERNETBEURFJDFKPGBPGELGHSGIPGMDGNFGTQGYDHKDHNLHRKHTGHUFIDRILSINRIQDIRRISKJMDJODJPYKESKGSKHRKMFKPWKRWKWDKYDKZTLAKLBPLKRLRDLSLLTLLVLLYDMADMDLMGAMKDMMKMNTMOPMROMURMVRMWKMXNMXVMYRMZNNADNGNNIONOKNPRNZDOMRPABPENPGKPHPPKRPLNPYGQARRONRSDRUBRWFSARSBDSCRSDGSEKSGDSHPSLLSOSSRDSSPSTDSVCSYPSZLTHBTJSTMTTNDTOPTRYTTDTWDTZSUAHUGXUSDUSNUSSUYIUYUUYWUZSVEFVNDVUVWSTXAFXAGXAUXBAXBBXBCXBDXCDXDRXFUXOFXPDXPFXPTXTSXXXYERZAR, or ZMW.
platform_dataobjectOptional
Endpoints
GET
/balance

List Balance

GEThttps://production.rutterapi.com/versioned/balance

Request Parameters

    access_tokenstringqueryRequired

    The access token of the connection.

    force_fetchenumqueryOptional

    Used to force a response even if the underlying connection has not finished its initial sync.

    One oftrue or false.

Response Body

    balance
    connectionobject
    Show connection attributes
Support by integration
  • Shopify
    Shopify
  • Amazon
    Amazon
  • Stripe
    Stripe
  • PayPal
    PayPal
Example Response Body
JSON
1
{
2
"balance": {
3
"amount": 12.34,
4
"iso_currency_code": "USD"
5
},
6
"connection": {
7
"id": "00000000-0000-0000-0000-000000000000",
8
"orgId": "00000000-0000-0000-0000-000000000000",
9
"platform": "SHOPIFY"
10
}
11
}

Have questions?

Contact support for personalized guidance.

Contact support