/payment-gateways-laravel

Integerating Laravel with Payment Gateways Paypal, Stripe, Paymob, Paytabs and MyFatoorah

Primary LanguagePHP

This Repo is for integerating Laravel with some Payment gateways

Integeration with

For these integerations you need to provide env variables from your account at their websites

  • Paypal

  •  PAYPAL_CLIENT_ID
     PAYPAL_CLIENT_SECRET
    
  • Stripe

  •  STRIPE_KEY
     STRIPE_SECRET
    
  • Paymob

  •  PAYMOB_API_KEY
     PAYMOB_CARD_IFRAME_ID
     PAYMOB_INTEGERATION_ID
     PAYMOB_HMAC
    
  • Paytabs

  •  PAYTABS_PROFILE_ID
     PAYTABS_SERVER_KEY
     PAYTABS_CLIENT_KEY
     PAYTABS_RETURN_URL => this must be https
    
  • MyFatoorah

  •  MYFATOORAH_API_TOKEN
     MYFATOORAH_API_URL
    

Important Note:

I'm following a simple approach select your favourite gateway then set your amount and that's it you'd be redirected to pay this might be what you need to add to your app

Clone & Enjoy ;)