How to use the Stripe hosted checkout page
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Re: How to use the Stripe hosted checkout page
Currently, the Omnipay driver seems to support Charge and Intend API only:
https://github.com/thephpleague/omnipay ... asic-usage
You could create a PR for the Omnipay Stripe driver that handles the checkout page API.
https://github.com/thephpleague/omnipay ... asic-usage
You could create a PR for the Omnipay Stripe driver that handles the checkout page API.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 1
- Joined: 14 May 2020, 16:54
Re: How to use the Stripe hosted checkout page
Hello mdv2, did you manage to do it the way you wanted? I need to do the same thing. Can you post as you did?