Test is not supported

jericpush
New Member
1 0 0

I'm getting this error. Test mode of Shopify Payment is enabled.
The value of payment.test in checkoutCompleteWithTokenizedPaymentV2 is true.
I'm using token is generated from stripe70392188-35100100-1a18-11ea-9fca-017c0fbca04f.png

Replies 2 (2)
_JB
Shopify Staff
Shopify Staff
836 100 219

Hey @jericpush,

 

Can you provide more information about your integration (app name, shop_id where you're testing, etc)? Are you only experiencing the issue with test cards, or do you see the same problem with real cards as well. Please let me know and we'll investigate further for you.

JB | Solutions Engineer @ Shopify 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

jdarosaj
New Member
3 0 0

I'm having this issue as well. I'm developing a react native app, and using the storefront api.
I'm using the following mutation: https://shopify.dev/docs/storefront-api/reference/mutation/checkoutcompletewithtokenizedpaymentv3?ap...

The TokenizedPaymentInputV3 I'm sending is similar to the following:

billingAddress: {firstName: "test", lastName: "test", address1: "testing", address2: "", city: "test", …}
idempotencyKey: "1ec34c0bg.bm8"
paymentAmount: {amount: "22.41", currencyCode: "GBP"}
paymentData: "pm_xxxxxxxxxxxxxxxxxxxxxx"
type: "SHOPIFY_PAY"
test: true

 

I hope anybody has a solution for that, because I'm unable to test the payments.