Create balance configuration

Create a balance configuration that determines how authorizations on the Pismo platform impact account balances and limits. To create a balance configuration, define its applicability level, filters, conditions, and results. For more information, refer to the Balance configurations overview guide.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Balance configuration creation request. Important: Each config must have either filters (inline) OR filter_template_id (reference), but not both.

string
enum

Level to apply the balance configuration. (Note: tenant indicates an organization.) If level is tenant, the organization ID is parsed from the access token. You can implement the following operations for all levels:

  • Impact different balances.
  • Define the amount to impact balance.
  • Validate different balances or limits.
  • Define the amount to validate.
  • Define when the limit will be reset.

On the account level, two additional features are available:

  • Impact a related account.
  • Define a counterpart account.
Allowed:
integer

Program ID. REQUIRED if level is program.

integer

Account ID. REQUIRED if level is account.

global_configs
object

Global configuration settings that always apply regardless of the filter.

configs
array of objects

Array of balance configurations

configs
Headers
string
required

Organization ID

string

The Correlation Identifier UUID field links related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. If not passed, this field is automatically generated.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json