Hi there,
I am in the process of integrating WeChat Pay (via Stripe) into my online shop (Wordpress). I have absolutely zero coding experience and asked Stripe support for some guidance.
I was advised to use Postman to make integration easier and was given some links to reading material. I have read through the documents but I still find it really confusing and hard to understand what it is I need to do, in what order and how. Also, I am completely unfamiliar with Postman, I have been looking at some tutorials on youtube to familiarise myself with the program.
Please see below the guidance I was given by Stripe support:
Run an API request to create a WeChat Pay source [1, & 2] using your test API keys [3]. In the creation response, we’ll include a link in the source[wechat][qr_code_url] attribute that you can follow to either authorize or decline the test payment. Once you’ve done that, the source object’s status will transition from “pending” to “chargeable” [4] and you can then create a charge using the source object’s ID number for the source argument that’s passed when creating a charge [5, & 6]. The easiest way to do this without any coding would be to send this request using a program like Postman [7].
[0] https:// docs . woocommerce . c o m / document / stripe / #section-8
[1] https:// stripe . c o m / docs / sources / wechat-pay#create-source
[2] https:// stripe. c o m / docs / api /sources / create
[3] https:// stripe . c o m / docs / keys
[4] https:// stripe . c o m / docs / sources / wechat-pay#charge-request
[5] https:// stripe . c o m / docs / sources / wechat-pay#make-a-charge-request-using-the-source
[6] https:// stripe . c o m / docs / api / charges / create#create_charge-source
[7] https:// www . getpostman . c o m /
I appreciate any help anyone would be willing to offer as I am facing a huge learning curve.
Many thanks in advance


