Error "Payments App doesn't exist" on paymentsAppConfigure in credit card extension app

Error "Payments App doesn't exist" on paymentsAppConfigure in credit card extension app

Noghartt
Shopify Partner
9 0 7

I'm trying to do a setup of the Credit card payment app following the documentation. I cloned the repository that they mentioned in that documentation:

 

git clone https://github.com/Shopify/example-app--credit-card-payments-app-template--remix


After doing all the setup, selecting the onsite payment method extension and did all the setup for the development store, I'm struggling into an error that doesn't know how to debug:

 

PS: I'm trying to configure the paymentsApp into a development store, it should works given the same flow than offsite payment provider, right?

{
  data: { paymentsAppConfigure: { userErrors: [Array] } },
  extensions: {
    cost: {
      requestedQueryCost: 10,
      actualQueryCost: 10,
      throttleStatus: [Object]
    }
  }
}
{
  response: {
    userErrors: [ { field: null, message: "Payments App doesn't exist." } ]
  }
}

I don't have this problem with an offsite payment method extension. Any idea why it's happening? Or how to debug it? Missing something into our App configuration?

 

 

 

Replies 0 (0)