Page 1 of 1

Safe payment with Aimeos + Stripe

Posted: 21 Mar 2018, 08:02
by Kevin
Hi all,

I now have a stripe integration in the Aimeos shop where the user needs to input his card name, card number, valid date and CSV code. After the user has entered this info and submits, the payment is done.

This is not a save way of doing payments since some banks just don't allow this way of paying. A double check with the bank itself (card reader + card) needs to be set in place.

How do I implement this secure way of paying? This payment in generally done on another (secure) website and redirected back to the website when the payment is done.

Thanks for informing me.

Regards,
Kevin

Re: Safe payment with Aimeos + Stripe

Posted: 22 Mar 2018, 08:24
by aimeos
There's a discussion and StripeJS as alternative there:
help-f15/stripe-payments-t1250.html

Re: Safe payment with Aimeos + Stripe

Posted: 24 Mar 2018, 19:38
by gladgladwrap
I am still waiting for a response to my questions on the linked thread. The person who did the Stripe Integration is currently away. But yes, you are right in that we are not sending credit card details directly to the server. Instead, we are sending the card details to Stripe, who then returns a token for us to use safely.

The next step is to either implement the Stripe Elements form to achieve this token transaction, or add the hidden stripe form fields to our Aimeos form. Then we need to adjust our config and Stripe/Omni Pay Methods.

Re: Safe payment with Aimeos + Stripe

Posted: 30 Oct 2018, 16:26
by h2jose
Hi, gladgladwrap, how have you implementing stripe? the payment form must be paste from stripe website? i am trying integrate with aimeos 2018.10 and i have error with apiKey. i created services with apikey and test mode but i got all time apikey empty error message


gladgladwrap wrote:I am still waiting for a response to my questions on the linked thread. The person who did the Stripe Integration is currently away. But yes, you are right in that we are not sending credit card details directly to the server. Instead, we are sending the card details to Stripe, who then returns a token for us to use safely.

The next step is to either implement the Stripe Elements form to achieve this token transaction, or add the hidden stripe form fields to our Aimeos form. Then we need to adjust our config and Stripe/Omni Pay Methods.