Skip to main content

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.

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:
  • GET /partner/wallets/transactions
  • GET /partner/wallets/transactions/{id}
These reads show wallet activity after a withdrawal is initiated from Stabyl Pro.

What The API Supports

WorkflowAPI support
Create a production withdrawalNot supported
Create or manage saved recipientsSupported when your API key is enabled for recipient management
Simulate withdrawal records outside productionSupported through simulation routes
  1. Use the API to verify and save recipient records when needed.
  2. Initiate the withdrawal in Stabyl Pro.
  3. Reconcile the resulting wallet activity through transaction reads.
  4. Alert your operations team if a withdrawal remains non-terminal longer than expected.