API Reference

Overview

The Composite Balance endpoints provide a consolidated view of a customer's balances across multiple sources, such as wallets, linked accounts, or promotional credits. These APIs are designed to simplify balance retrieval by aggregating data from different systems into a single, structured response.

This category is essential for operations that require a unified balance snapshot, including payment eligibility checks, card creation, and transactional validations.

While these endpoints focus on balance aggregation, other processes—such as card management or transaction execution—continue to function normally and independently through their respective services.

Workflow

  • CreateAccount is almost the same than Create Business Account but adding at the end a parameter called: composite_balance with a content like this: {"source":{"total_credit":10000000}}
  • You must activate cards later using this endpoint: ActivateCardForCustomer