CreateTransferMethodInput
Input type for creating a transfer method.
This page contains
Fields
| accountId ID! | The account ID |
| gatewayType String! | Type of payment gateway (e.g., STRIPE). |
| country String! | The country code (e.g., "US", "CA", "GB") |
| returnUrl String! | The URL to redirect the user to after completing onboarding |
| refreshUrl String! | The URL to redirect the user to if they need to refresh the onboarding link |
Mutations for CreateTransferMethodInput
| createTransferMethod PREVIEW | Create a new transfer method. |