Saved recipients store reusable destination details for Stabyl Pro withdrawal workflows and account management. They are address book records, not payment instructions.
Production requires approved KYB to create or update a fiat recipient. Recipient
lists remain readable and crypto-recipient management is unchanged. Development
and staging skip the fiat-recipient KYB gate.
Fiat recipient creation should follow account verification with POST /partner/wallets/fiat/verify-account. Crypto recipients are saved addresses and metadata only.
Create a fiat recipient
Stabyl verifies the bank code and account number. Use the verified account name
returned by the API rather than assuming the submitted name is authoritative.
Create a crypto recipient
Recipient Types
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. Signed Partner
withdrawal requests send destination details directly and do not accept a saved
recipient_id.
Update or delete a recipient
Lifecycle
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.