/
/Universal Checkout API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1w ago
Betas1
  • postCreate checkout session
Billing6
  • getGet drawdown balance
  • getGet billing info
  • postSetup drawdown billing
  • postCreate on-demand top-up invoice
  • deleteCancel top-up invoice
  • getList drawdown transactions
Brands1
  • getRetrieve brand
Checkout Intents7
  • getList checkout intents
  • postCreate checkout intent
  • getRetrieve checkout intent
  • getRetrieve order
  • postConfirm checkout intent
  • getList shipments for checkout intent
  • postPurchase product
Commissions2
  • getRetrieve commission
  • getList commissions
Events3
  • getList events
  • getRetrieve event
  • postTrigger event
Merchant Connectors1
  • getCreate merchant connector installation link
Orders4
  • getList orders
  • getGet order
  • putUpdate order buyer
  • postCancel order
Payment Gateways1
  • postCreate payment gateway session
Products4
  • getLookup product
  • getList product subscriptions
  • postSubscribe to product events
  • postUnsubscribe from product events
Returns2
  • postCreate return
  • getGet return
Shipments2
  • getList shipments
  • getRetrieve shipment by id
Test Helpers6
  • postAdvance simulated shipment
  • postCreate simulated return
  • postApprove simulated return
  • postDeny simulated return
  • postRefund simulated return
  • postFail simulated return
    Billing

    Get drawdown balance

    Get current drawdown balance for the authenticated developer

    get/api/v1/billing/balance

    Response

    Balance in smallest currency unit and currency code

    drawdownEnabledboolean required

    Example response

    {
      "balance": {
        "currencyCode": "USD",
        "amountSubunits": 1500
      }
    }

    Changes