Payment system with Stripe

Hi , cause it is my first time implementing payment system with Stripe in Yii , can someone explain which are the steps for implementing it and also show me some examples ?

Thank you

I think it’s the same method as in any PHP application (even if it isn’t in a framework).

Have you ever tried to implement Stripe in a non-Yii system? If you haven’t then you should try it like it was a simple PHP application:

You can check the implementation guide at it’s own website under “Development” menu. Don’t forget to switch to PHP!

Also you can see examples under "Examples" page.