Adjust Balance

Adjust Balance API should be used to update the balance of an account based on an external transfer.
For example, if a program funding account is credited by a bank wire, this API can be used to update the balance of the PROGFUND account on the platform.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string | null

Transaction's unique external id from the client's system.

string
required
length ≥ 1

Refer request_code data list to send valid request codes for balance adjustment.

double
required

Transaction amount

string
required
length between 3 and 3

Transaction currency in ISO-3 string format.

string | null

Optional transaction description provided by the API client.

string | null

Client driven code used to add more details to the transaction.

uuid | null

Account unique identifier on the platform, for which balance is being adjusted.

date-time | null

Reference date in UTC format for the corresponding transaction at bank.

string | null

Unique identifier for card, in case balance adjustment is happening through card reference.

account
object
uuid

Unique identifier for the user initiating the balance adjustment.

string | null

Refer source_code list to send valid source code for balance adjustment.

Responses

500

Server Error

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