Skip to main content
POST
Add balance to organization bank account (Sandbox Only)

Authorizations

x-api-key
string
header
required

Company API key for authentication

Body

application/json
amount
integer
required

Amount to add in cents

Required range: x >= 1
Example:

10000

provider
string
default:CELCOIN

Banking provider (defaults to CELCOIN. Accepts lowercase and uppercase)

Example:

"CELCOIN"

Response

Balance added successfully

status
enum<string>
Available options:
PROCESSING,
CONFIRMED,
ERROR
Example:

"CONFIRMED"

request_id
string
Example:

"f9b978a6-ab7e-4460-997d-1234567890ab"