# shopifyPaymentsPayoutAlternateCurrencyCreate - admin - MUTATION Version: unstable ## Description Creates an alternate currency payout for a Shopify Payments account. ### Access Scopes `write_shopify_payments_tooling` access scope. ## Arguments * [accountId](/docs/api/admin/unstable/scalars/ID): ID - The ID of the Shopify Payments account on which the mutation is being performed. * [currency](/docs/api/admin/unstable/enums/CurrencyCode): CurrencyCode! - The currency of the balance to payout. ## Returns * [payout](/docs/api/admin/unstable/objects/ShopifyPaymentsToolingProviderPayout): ShopifyPaymentsToolingProviderPayout The resulting alternate currency payout created. * [success](/docs/api/admin/unstable/scalars/Boolean): Boolean Whether the alternate currency payout was created successfully. * [userErrors](/docs/api/admin/unstable/objects/ShopifyPaymentsPayoutAlternateCurrencyCreateUserError): ShopifyPaymentsPayoutAlternateCurrencyCreateUserError! The list of errors that occurred from executing the mutation. ## Examples