Complete guide to integrating Paytm payments in India
Trusted by millions of users across India
Visit Paytm Business and complete the merchant registration process.
Log into your Paytm Business dashboard and navigate to the Developer/API section.
Copy your Merchant ID, Merchant Key, and Industry Type from the API credentials section.
Use Paytm's staging environment for development and testing before going live.
APP_PAYTM_MERCHANT_ID="your_merchant_id"
APP_PAYTM_MERCHANT_KEY="your_merchant_key"
APP_PAYTM_INDUSTRY_TYPE="Retail"
APP_PAYTM_WEBSITE="WEBSTAGING"
APP_PAYTM_SANDBOX="true"
/api/finance/deposit/fiat/paytm/
Creates a new Paytm payment session
/api/finance/deposit/fiat/paytm/verify
Verifies Paytm payment after completion
/api/finance/deposit/fiat/paytm/webhook
Handles Paytm webhook notifications
/api/finance/deposit/fiat/paytm/status
Checks the current status of a Paytm payment