Anchor to shopifyPaymentsPayoutAlternateCurrencyCreateshopify
shopifyPaymentsPayoutAlternateCurrencyCreate
mutation
Requires access scope.
Creates an alternate currency payout for a Shopify Payments account.
Anchor to Arguments
Arguments
- Anchor to accountIdaccount•
Id The ID of the Shopify Payments account on which the mutation is being performed.
- Anchor to currencycurrency•Currency
Code! required The currency of the balance to payout.
Was this section helpful?
Anchor to ShopifyPaymentsPayoutAlternateCurrencyCreatePayload returnsShopifyPaymentsPayoutAlternateCurrencyCreatePayload returns
- Anchor to payoutpayout•
The resulting alternate currency payout created.
- Anchor to successsuccess•
Whether the alternate currency payout was created successfully.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
1mutation shopifyPaymentsPayoutAlternateCurrencyCreate($accountId: ID, $currency: CurrencyCode!) {2 shopifyPaymentsPayoutAlternateCurrencyCreate(accountId: $accountId, currency: $currency) {3 payout {4 # ShopifyPaymentsToolingProviderPayout fields5 }6 success7 userErrors {8 field9 message10 }11 }12}
Input
1{2 "accountId": "gid://shopify/<objectName>/10079785100",3 "currency": "AED"4}
{
"accountId": "gid://shopify/<objectName>/10079785100",
"currency": "AED"
}