Skip to content

Debit balance

POST
/bridge-payment/account-balance/{id}/debit

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters

Path Parameters

id*
Typestring
Required

Request Body

application/json
JSON
{
"amount_cents": 0,
"description": "string",
"allow_negative": true
}

Responses

Balance debited

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI