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

# CreatePaymentIntentRequest

Create payment intent request

## Properties

| Property                             | Type                                                                                               | Description                                                                                                                     |
| ------------------------------------ | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| <a id="amount" /> `amount`           | `string`                                                                                           | Transfer amount as a string (e.g., "100.00")                                                                                    |
| <a id="source" /> `source`           | [`PaymentDetails`](/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PaymentDetails) | Source account details                                                                                                          |
| <a id="destination" /> `destination` | [`PaymentDetails`](/grid/v1/sdk-reference/react-native/reference/latest/interfaces/PaymentDetails) | Destination account details                                                                                                     |
| <a id="feeconfig" /> `feeConfig?`    | [`FeeConfig`](/grid/v1/sdk-reference/react-native/reference/latest/interfaces/FeeConfig)           | Fee configuration. Required for non-Enterprise customers. Enterprise customers may omit this as fees are handled by their plan. |
