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
mutation shopifyPaymentsPayoutAlternateCurrencyCreate($accountId: ID, $currency: CurrencyCode!) {
shopifyPaymentsPayoutAlternateCurrencyCreate(accountId: $accountId, currency: $currency) {
payout {
# ShopifyPaymentsToolingProviderPayout fields
}
success
userErrors {
field
message
}
}
}
Input
{
"accountId": "gid://shopify/<objectName>/10079785100",
"currency": "AED"
}
{
"accountId": "gid://shopify/<objectName>/10079785100",
"currency": "AED"
}