Nagad
Configuring Nagad payment gateway.
To configure Nagad for use with Takaden, you will need to set the following environment variables in your .env
file:
NAGAD_MERCHANT_ID: This is the merchant ID provided by Nagad when you register as a merchant.
NAGAD_MERCHANT_PHONE: This is the phone number associated with your Nagad merchant account.
NAGAD_PUBLIC_KEY: This is the Nagad Payment Gateway Public Key provided by Nagad after you register as a merchant.
NAGAD_PRIVATE_KEY: This is the Nagad Merchant Private Key provided by Nagad when you register as a merchant.
To set these environment variables in your .env
file, add the following lines, replacing the placeholder values with your actual Nagad credentials:
Last updated