WC Rest Payment
-
Hey, hope you will be fine. Actually I am using WC Rest Payment plugin in my wordpress site. I saw that the plugin was active, and the link was displaying in wp-json. I amm using stripe token. When I try to post my Info (payment_token, order_id, payment_method) from nodeJS to this link (https://millionairespeed.com/wp-json/wc/v2/process_payment). I get the error name: code”:401,”message”:”Order ID ‘order_id’ is required..
Here is my code:var link = 'https://millionairespeed.com/wp-json/wc/v2/process_payment'; this.http.post(link, order_id, payment_method) .subscribe(data => { console.log(data) })
Please help me???
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WC Rest Payment’ is closed to new replies.