Skip to main content
Anchor to shopifyPaymentsPayoutAlternateCurrencyCreate

shopifyPaymentsPayoutAlternateCurrencyCreate

mutation

Requires write_shopify_payments_tooling access scope.

Creates an alternate currency payout for a Shopify Payments account.

ID

The ID of the Shopify Payments account on which the mutation is being performed.

CurrencyCode!
required

The currency of the balance to payout.


Was this section helpful?

Anchor to ShopifyPaymentsPayoutAlternateCurrencyCreatePayload returnsShopifyPaymentsPayoutAlternateCurrencyCreatePayload returns

ShopifyPaymentsToolingProviderPayout

The resulting alternate currency payout created.

Boolean

Whether the alternate currency payout was created successfully.

[ShopifyPaymentsPayoutAlternateCurrencyCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?