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