Odoo v8 Stripe integration
At Acespritech, we have developed many payment gateway integration with Odoo. Here we have one more integration with Odoo i.e Stripe payment integration.
We have added new “Stripe” TAB into customer form where we can register on stripe and generate tokens by registering credit card information. By default when new customer will register into Odoo, it will register on Stripe server also.
We can register more than one customer easily.
After registering customer successfully on stripe, user can register credit card information and generate tokens. For security reason, we are not storing credit card details into database.
We can check same card information on stripe server.
It is very easy to delete registered token from Stripe server and Odoo.
We can easily find registered customer also by applying filter.
Added new field for processing on stripe server with accounting journals and differentiate with normal transactions.
After invoice validation, during payment process in customer invoice, there will be Card selection field available.
After successful transaction, it will appear on Stripe server as well as complete payment process in odoo.
We have implemented Stripe functionality with Portal. Once we sign up by Odoo, it will create
customer and also register it on Stripe server automatically.
For security purpose, Customer will easily registered their card on Stripe server and generate tokens.
Good one!
how to get this application?