Safe payment with Aimeos + Stripe

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Kevin
Posts: 13
Joined: 28 Nov 2017, 19:54

Safe payment with Aimeos + Stripe

Post by Kevin » 21 Mar 2018, 08:02

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

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Safe payment with Aimeos + Stripe

Post by aimeos » 22 Mar 2018, 08:24

There's a discussion and StripeJS as alternative there:
help-f15/stripe-payments-t1250.html
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

gladgladwrap
Posts: 10
Joined: 27 Jan 2018, 22:10

Re: Safe payment with Aimeos + Stripe

Post by gladgladwrap » 24 Mar 2018, 19:38

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.
PHP 7.1.14, Aimeos 2017.10, Laravel 5.5.39 (php artisan --version)

h2jose
Posts: 8
Joined: 04 Jun 2018, 14:45

Re: Safe payment with Aimeos + Stripe

Post by h2jose » 30 Oct 2018, 16:26

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.

Post Reply