previewPaymentFees
Preview the fees that would be charged for a given payment amount. Requires authentication. Required: amount (double). Optional: currency (string)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| currency | No | ||
| sessionKey | No | Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth. |