get_recipient_requirements
Fetch recipient account requirements and validate details to ensure successful transfer creation.
Instructions
Fetches recipient requirements for creating a new recipient. If account details are provided, validates the account details against the requirements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_currency | No | Optional. The source currency code (e.g., 'USD') | |
| target_currency | No | Optional. The target currency code (e.g., 'EUR') | |
| source_amount | No | Optional. The amount in the source currency (e.g., 100.0) | |
| profile_type | No | The type of profile to use. One of [personal, business]. Default: "personal" | personal |
| account_details | No | Optional. The recipient account details to validate against requirements. If not provided, returns the initial account requirements. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||