Create payout
Finance
Create payout
Create a payout request for the authenticated seller.
Use this endpoint when a seller explicitly requests withdrawal of available funds.
Validation and rules:
- Reads current balance before creating a payout.
- Enforces a minimum available balance of
1000(smallest currency unit). - Returns
400if balance is below the minimum threshold.
Response:
- Returns
201with the created payout resource on success.
POST
Create payout
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Payout created
Information returned after creating a payout