> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# GetOfferQuoteInput

**Input object**

*No description provided in the schema yet.*

## Input fields

<ParamField name="merchantSlug" type="String!" required>
  Human readable unique identifier for merchant. Can be found in merchant list.
</ParamField>

<ParamField name="denomination" type="Float!" required>
  The purchase amount
</ParamField>

<ParamField name="paymentMethod" type="PaymentMethodType">
  The payment method to be used for the purchase. Default is FLUZPAY
</ParamField>
