Mechanism for connecting Stripe Subscriptions (Yii2)
For the design platform written in Yii 2, a mechanism for connecting Stripe Subscriptions was developed according to the technical task of the customer. The following work has been done on this mechanism:
The seller selects categories in the personal account;
Depending on the categories selected by the seller, the subscription price is formed;
Upon the first selection of categories, an invoice for payment is generated;
After the first payment of the invoice, the subscription is linked to the card and automatic funds withdrawal takes place after a month;
Ability to cancel the subscription.
#Yii2 #PHP
The seller selects categories in the personal account;
Depending on the categories selected by the seller, the subscription price is formed;
Upon the first selection of categories, an invoice for payment is generated;
After the first payment of the invoice, the subscription is linked to the card and automatic funds withdrawal takes place after a month;
Ability to cancel the subscription.
#Yii2 #PHP