createTransferMethod
Create a new transfer method.
This page contains
Arguments
| input CreateTransferMethodInput! PREVIEW | Input for creating a transfer method. |
CreateTransferMethodInput 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 |
Return Fields
| account TransferMethod! PREVIEW | The transfer method. |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.