create_quote
Create a money transfer quote by specifying either the source or target amount, along with currencies, to receive exchange rate, fees, and delivery estimate.
Instructions
Create a quote for a money transfer. Specify either sourceAmount OR targetAmount (not both). Returns exchange rate, fees, and delivery estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profileId | Yes | Profile ID | |
| sourceAmount | No | Amount in source currency (provide this OR targetAmount) | |
| targetAmount | No | Amount in target currency (provide this OR sourceAmount) | |
| sourceCurrency | Yes | Source currency code, e.g. EUR | |
| targetCurrency | Yes | Target currency code, e.g. HUF |