I hope this can help.
This was the first call for the source made on Postman: https://api.stripe.com/v1/sources?type=wechat&amount=1099¤cy=eur
And this was the call for the charge: https://api.stripe.com/v1/charges?amount=1099¤cy=eur&source=(src… taken from the previous call)
If you can do the process you can see the responses. I used POST not GET (as shown in your picture).
I tried 3/4 times and went OK, transaction completed. From Stripe support, they told me that it takes 1 to 4 days to change from Pending to Live.
But, when it’s live, how can I put all this stuff on my website? (wordpress org)
WeChat Pay actually is quite easy, it’s like WhatsApp with a wallet. You scan a QRcode and you pay.
There’s a plugin for WooCommerce, but unless you have your official international WeChat QRcode issued by the App (read Chinese Gov) that takes up to 1 month or more, you can’t use it.
It seems that with Stripe is different, they issue a specific QRcode every payment, I don’t know, I didn’t get it. Their page about this method of payment doesn’t tell me much. I followed their steps, I made it, maybe if a few days it will go Live, but still, I don’t know how I integrate it in my website that is still under construction.
Many thanks for the time and the help, if you can.