checkoutCompleteWithTokenizedPaymentV3 successful but no order created in Shopify

checkoutCompleteWithTokenizedPaymentV3 successful but no order created in Shopify

juustanotherdev
Tourist
8 1 2

Hello everyone,

 

Our team is currently implementing a checkout and is struggling to complete it.

 

As in the title described, we completed checkoutCompleteWithTokenizedPaymentV3 (no exception thrown or error code in result) however no order was created in Shopify. Do we have to complete any additional step for this or is this due to Testing Mode? 

 

Our current SetUp looks as following:

  •  storeFrontApiVersion = 2022-07
  • paymentData = Stripe (createToken)
  • type = Shopify_Pay (In Test mode)

Result:

 

QueryResult(source: QueryResultSource.network, data: {__typename: Mutation, checkoutCompleteWithTokenizedPaymentV3: {__typename: CheckoutCompleteWithTokenizedPaymentV3Payload, checkout: {__typename: Checkout, id: gid://shopify/Checkout/<RANDOM_ID>?key=<RANDOM_KEY>, completedAt: null, createdAt: 2023-01-24T15:46:34Z}, checkoutUserErrors: [], payment: {__typename: Payment, amountV2: {__typename: MoneyV2, amount: 6.99, currencyCode: EUR}, test: false, id: gid://shopify/Payment/<RANDOM_ID>?checkout=<RANDOM_ID>&key=<RANDOM_KEY>}}}, context: Context({ResponseExtensions: Instance of 'ResponseExtensions', HttpLinkResponseContext: Instance of 'HttpLinkResponseContext'}), exception: null, timestamp: 2023-01-24 16:46:44.820210)

Kind regards

Replies 0 (0)