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:
- check if stripe customer exists by retrieving customer
- if customer exists add items new invoice item
- 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
Post a Comment