paymentsAppConfigure mutation

Configure the partner managed gateway onto the merchant’s store.

Required access

write_payment_gateways access scope.


On this page


Interactive example

This is an example mutation query. Use the embedded interactive tool below to edit the query.

Hint: use Ctrl + Space for autocompleting fields.

mutation paymentsAppConfigure($ready: Boolean!) { paymentsAppConfigure(ready: $ready) {
  1. <font style="color:#1F61A0;">paymentsAppConfiguration</font> <font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">externalHandle</font>
  3. <font style="color:#1F61A0;">ready</font>
  4. <font style="color:#555555;">}</font>
  5. <font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
  6. <font style="color:#1F61A0;">field</font>
  7. <font style="color:#1F61A0;">message</font>
  8. <font style="color:#555555;">}</font>
} } { “ready”: true }


Arguments

Argument Description
externalHandle
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
Handle used in the external system.
ready
(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

) REQUIRED
The provider is ready to process merchant’s payments.


Return fields

  • paymentsAppConfiguration ([PaymentsAppConfiguration](https://shopify.dev/docs/admin-api/graphql/reference/orders/paymentsappconfiguration))
    The production configuration of the payments app.
  • userErrors ([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror))
    List of errors that occurred executing the mutation.