Payment Method
This application uses PayPal as a payment method. So if you want to get paid your order invoices from your customers via PayPal then you have to configure your paypal business account API Credential here. Configure PayPal payment method, By setup your PayPal business account API Credential information into .env file.
#PayPal Setting & API Credentials - live
PAYPAL_MODE=live
PAYPAL_LIVE_API_USERNAME=your_paypal_api_username
PAYPAL_LIVE_API_PASSWORD=your_paypal_api_password
PAYPAL_LIVE_API_SECRET=your_paypal_api_signature
PAYPAL_CURRENCY=USD
PAYPAL_LIVE_API_CERTIFICATE=
NB: You can change your default currency here if your business doesn't accept USD You can check the PayPal supported currency list here: Paypal currency list
Watch this video to know about how to get your Paypal API Credentials and Signature
Last updated