Stripe Payment
Autor: Martin K.
Visited 2056,
Followers 2,
Udostępniony 0
I want to ask if Incomedia has any plans to add Stripe as a payment option.I started out with websitex as it was easy use but I am not confident to attempt this myself.Stripe is easier for my customers than Paypal and cheaper for me.I will probably move to different programme if its not being considered
Posted on the
I have been experimenting with Stripe, you will need to sign up for your credentials, but the following contains a test key:
<form action="/your-server-side-code" method="POST">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_AeAtUZD2oMaKExhqUZNixzo0"
data-amount=[PRICE, 100, ###.@@]
data-name="Club Shop"
data-description=[ORDER_NO]
data-image="https://stripe.com/img/documentation/checkout/marketplace.png"
data-locale="auto"
data-zip-code="true"
data-currency="gbp">
</script>
</form>
This is for pound sterling and it should give you a starting point.
Paste this in the custom code part of shoppingcart->order management->add payment type list->type
Hope this helps.
It might be a good idea, if people who have custom code for various payment types, contribute their efforts.
Quite frankly the shopping cart section of WebsiteX5 is very poor. If they could only develop the shopping cart side, they would have a far better product.