ุทุจุนุง ุจู ุง ุงููุง ู ููุน ุจูุนู ู Orders ููุงุฒู ูุจูุง ููู Module ุงู ุงูู User ููุฏุฑ ูุฏูุน ุฃูููุงูู
ูู ูุนู ู ูุงุญุฏ ุงูุง ูุงุฒู ูุญุตู ู ูุงููุฉ ู ู ูุฒุงุฑุฉ ุงูุงุชุตุงูุงุช ุนูู ุงูุชุนุงู ูุงุช ุงูุฃูููุงูู ุฏู ูุงูู ูุถูุน ู ุนูุฏ ุฒู ููุฏุงููู ูุงุด ูููุฑู ูุงูุญุงุฌุงุช ุฏู
Payment Module Has 2 Approaches:-
- Create Payment Gateway
Payment Gateway Requirements :-
โ You Will Need a Network Infrastructure with the appropriate firewalls and high security to protect all of the infrastructure itself.
ูุงูู ูุถูุน ุฎุฑุฌ ุจุฑุงูุง ูุฃู ูุฏุง ู ุญุชุงุฌ ูุชูุฑู ุงูุฌููุฑ ูุญุงุฌุงุช ูุจูุฑุฉ ูุฏุง ูู ุงูุฏูู ุงููุจูุฑุฉ ุจูุจูุง ููู Standards ูุงุฒู ุชุจูุง ู ูุฌูุฏุฉ
โ So Weโre going to offload the responsibility to a Payment Processor.
-
Integrate With Existing Payment Gateway [Stripe, PayMob, PayFort, PayPal, E-Finance]
โ There are 3 Ways For Integrating with Payment Gateway
ุงูู 3 ุทุฑู:
- ูุทูุจ ู ู Payment Gateway ูุฏููู ูููู ูุงูููุฒุฑ ูุฑูุญ ุนููู ูุฏูุน ุนูุฏู ูู (ูุฏู ุฃุณูู ุทุฑููุฉ)
- ุงุนู
ู ุนูุฏู
IFrame
ูู ุงูู ููุน ุจุชุงุนู ููู ูุฏูุน ู ู ุฎูุงูู (ุฒู ุงูุทุฑููุฉ ุงูุฃููู ุชูุฑูุจุง) - ูุฏูุน ุนูุฏู ุฃูุง (ุงูุฃุตุนุจ ูุงูุฃุญุณู)
โ Stripe is an Infrastructure for PCI (Payment Card Industry) and DSS (Data Security Standards)
โ Stripe is a Payment Gateway like (PayPal, PayFort, PayMob, E-Finance)
โ Stripe With Strong Customer Authentication (SCA)
ุงูุงูุชุฌุฑูุดู ุจูุฎุชูู ู ู ุญุงุฌุฉ ููุชุงููุฉ ูุงุญูุง ููุง ููุชููู ุนูู ููุฑุฉ ุงูู Integration ููุณูุง ู ุด ุงูุทุฑููุฉ
ุงูู Stripe ู ุด ุจูุณู ุญ ุงู ุตุงุญุจ ุงูู E commerce ูุจูุง ูู ู ุตุฑ ูุจูุณู ุญ ูู ุฏูู ุงูู ุนููุฉ ุงูู ุง ุงูุฏูุน ูููุน ูุฃู ุญุงุฌุฉ ุญุชู ูู ู ู ู ุตุฑ
ุจุณ ุงุญูุง ููุชุณุฎุฏู ุฏุงุชุง Test
Setting Up Stripe Profile {
- Sign Up
- Activate Profile
- Create The Account
- Check on Publishable Key and Secret Key }
Sign Up โ Dashboard โ New Account (up left) โ Activate Account โ Continue
Add Bank
(From Here) Developers โ
Publishable key: ุจูุณุชุฎุฏู ู ูู ุจุฑูุฌูุช ุงูุงูุฌููุฑ Secret Key: ูู ุจุฑูุฌูุช ุงูุงู ุจู ุงู
Search about Public Private Key
ููุฑูุญ ูู appsettings
"StripeSettings": {
"PublishableKey": "Key",
"SecretKey": "Key"
}