Update Account Balance

This API enables the user to update account balances. The API call accepts either a Token or an Account ID. If a Token is provided, the associated account will be updated. It is recommended to use the Account ID (Input type "a") as best practice.This API is primarily designed for Stand-In Processing (STIP) and is not intended for updating balances in day-to-day financial activities when the ledger is managed by Paymentology. It allows for bulk updating of account balances in an array format. Using this API disrupts the transaction narrative on the account, making it unsuitable for reconciliation purposes. However, it can be useful for testing scenarios that require specific amounts to analyze transaction scenarios.

Body Params
string
required
length between 1 and 40

Unique number that must be passed at each API request. Identifier to make each API request unique

balance_list
array of objects
required
length between 1 and 25

List of account/token with corresponding balance to update. Maximum allowed list size is 25.

balance_list*

List of account/token with corresponding balance to update. Maximum allowed list size is 25.

number
required

Actual Balance

string
required

Balance currency of account. If other currency is provided, it will be converted to account’s base currency. (Three digit ISO-4217 standard currency code . i.e. : 048 → BHD, 060 → BMD, 036 → AUD).

number
required

Blocked Balance

int64
required
≥ 1

Public token / account number.Pass public token when input type is t./Pass account number when input type is a.

string
required

Input Type :

  • a ==> account
  • t ==> Token
string
length between 0 and 50

account external reference.

int32
required
≥ 1

Unique identifier for the client which Paymentology will provide at outset

string
length between 0 and 50

User Id of the Customer who triggered the API request.

string
length between 0 and 200

Remarks for API request

Responses

404

Webservices does not exist

500

Internal Server error

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