wordpress - How does the Stripe payment gateway work for the WP Shopping Cart? -


i'm looking @ stripe payment gateway wordpress shopping cart plugin (http://tribulant.com/docs/wordpress-shopping-cart-plugin/6050#doc2) , i'm wondering if has used this.

the problem i'm anticipating stripe has no support accepting multiple items. appear on user's stripe report?

a single total nothing itemized?

what happens if customer wants return 1 item.

thanks insight here.

i use stripe subscriptions if want work shopping cart do:

  1. check if stripe customer exists by retrieving customer
  2. if customer exists add items new invoice item
  3. if customer not exist, create customer add invoice item

just remember don't have have plan or subscription customer.

everything need know can found in stripe php documentation.

good luck , happy coding


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -