Favorite Transfers
API for managing favorite transfer configurations
Fetch a favorite transfer by ID
Retrieves a specific favorite transfer configuration by its ID for the authenticated user. This allows users to access their saved transfer details for quick reuse in transactions.
Update a favorite transfer
Updates an existing favorite transfer configuration for the authenticated user. This allows users to modify their saved transfer details such as recipient information or transfer preferences.
Delete a favorite transfer
Deletes a specific favorite transfer configuration by its ID for the authenticated user. This permanently removes the saved transfer details from the user's favorites list.
Retrieve favorite transfers
Fetches a paginated list of favorite transfer configurations for the authenticated user. Results are returned in pages to optimize performance and user experience.
Create a new favorite transfer
Creates a new favorite transfer configuration for the authenticated user. This allows users to save frequently used transfer details for quick access in future transactions.