The API does not expose production withdrawal submission. Your team initiates withdrawals from the Stabyl Pro web account. This keeps withdrawal approval, account security, and operational controls in the product surface designed for money movement. Simulation endpoints can create sandbox withdrawal records outside production. They are testing utilities only and cannot move real funds. You can still reconcile withdrawals through:Documentation Index
Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GET /partner/wallets/transactionsGET /partner/wallets/transactions/{id}
What The API Supports
| Workflow | API support |
|---|---|
| Create a production withdrawal | Not supported |
| Create or manage saved recipients | Supported when your API key is enabled for recipient management |
| Simulate withdrawal records outside production | Supported through simulation routes |
Recommended Product Flow
- Use the API to verify and save recipient records when needed.
- Initiate the withdrawal in Stabyl Pro.
- Reconcile the resulting wallet activity through transaction reads.
- Alert your operations team if a withdrawal remains non-terminal longer than expected.