Skip to main content
POST
Withdraw from account balance

Authorizations

Authorization
string
header
required

Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).

Body

application/json
amount
number
required

Amount to withdraw in USD

Required range: x >= 0.01

Response

Withdrawal initiated

success
boolean
withdrawal
object

A withdrawal record.