Use fiat wallet routes to show incoming deposit details and confirm bank account names before saving recipient records.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.
| Endpoint | Purpose |
|---|---|
GET /partner/wallets/fiat/banks | List supported banks |
POST /partner/wallets/fiat/verify-account | Confirm account name before saving a recipient |
GET /partner/wallets/fiat/deposit-account | Retrieve the incoming fiat deposit account |
List Supported Banks
Bank codes can change. Load them from the API instead of maintaining a static list in your application.Verify A Bank Account
Use verification before creating a fiat recipient so operators can confirm the account name they expect.Retrieve Deposit Account
GET /partner/wallets/transactions.
Required Headers
GET /partner/wallets/fiat/banks is public. Verification and deposit account reads require X-Api-Key; verification requires key access to recipient setup, and deposit account reads require wallet read access.
Common failures include an invalid bank code, account number mismatch, a key that is not permitted for the action, or account access that is not ready.