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.

Saved recipients store reusable destination details for Stabyl Pro withdrawal workflows and account management. They are address book records, not payment instructions.
EndpointPurpose
POST /partner/wallets/recipientsCreate a saved recipient
GET /partner/wallets/recipientsList saved recipients
PATCH /partner/wallets/recipients/{recipient_id}Update recipient metadata
DELETE /partner/wallets/recipients/{recipient_id}Delete a saved recipient
Fiat recipient creation should follow account verification with POST /partner/wallets/fiat/verify-account. Crypto recipients are saved addresses and metadata only.

Recipient Types

TypeTypical fieldsRecommended validation
Fiatbank code, account number, account name, display labelVerify account before saving
Cryptoasset rail, chain, address, display labelConfirm route and address format before saving
Use clear labels that operators can recognize in Stabyl Pro. Avoid labels that only make sense inside one internal service.
Saved recipients do not initiate withdrawals through the API.

Lifecycle

ActionNotes
CreateStore validated details for future use
ListShow current saved recipients for account review
UpdateChange metadata or supported editable fields
DeleteRemove a saved recipient from future selection
Recipient routes require X-Api-Key enabled for recipient management. Common failures include a key that is not permitted for the action, invalid account details, duplicate recipient details, or a recipient identifier that does not exist.