Single line payment form using 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!
xarga
Posts: 43
Joined: 16 Dec 2019, 22:54

Single line payment form using Stripe

Post by xarga » 21 Apr 2020, 04:33

How difficult would it be to incorporate Stripe Elements into the Stripe payment process so that instead of separate lines for Credit card number, Expiry date and Verification number, you would have a faster, single-line checkout as shown :
Attachments
stripe-payment.jpg
stripe-payment.jpg (154.13 KiB) Viewed 2017 times

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

Re: Single line payment form using Stripe

Post by aimeos » 22 Apr 2020, 07:30

The HTML code for the stripe form is generated here:
https://github.com/aimeoscom/ai-payment ... #L266-L279

I think you can create a form like in the example by changing the CSS for your page only (use display:inline-block, hide labels, etc.)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply