How subscription works?

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!
User avatar
ryankim
Posts: 17
Joined: 24 Jul 2020, 18:43

How subscription works?

Post by ryankim » 07 Dec 2020, 14:48

Hello Aimeos,

I was wondering how subscription works.

For example, a customer subscribes a product every month.
He pays the first bill and wait until the next month coming.
My question is that Aimeos will charge the customer for the next month subscription?
If so, would Aimeos save a customer's credit card information when the customer pays the first time?

Thank you!

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

Re: How subscription works?

Post by aimeos » 08 Dec 2020, 10:01

Yes, Aimeos tries to charge the customer next month when the subscription is renewed by the cronjob. No credit card data is stored, so you need a payment gateway that supports token based payments. Stripe is one of them for example.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
ryankim
Posts: 17
Joined: 24 Jul 2020, 18:43

Re: How subscription works?

Post by ryankim » 09 Dec 2020, 04:27

Thank you!

Post Reply