PayIndia checkout gateway integration guide
Our payment simulator page encountered an error when trying to request a checkout session:
demo.php in a text editor.$apiKey and $apiSecret at the top of the file (lines 14 & 15).https://www.pay-upi.com/api
{
"amount": "10.00",
"order_id": "ORD_1780867895_2945",
"customer_name": "Demo Customer",
"description": "Demo Payment Simulation",
"callback_url": "https:\/\/www.pay-upi.com\/demo.php?action=callback"
}
{
"error": "Invalid API credentials"
}