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.pay0.getbundle.store/api
{
"amount": "10.00",
"order_id": "ORD_1784870556_6521",
"customer_name": "Demo Customer",
"description": "Demo Payment Simulation",
"callback_url": "https:\/\/www.pay0.getbundle.store\/demo.php?action=callback"
}
{
"status": "error",
"error": "Invalid or inactive API Key",
"details": "The provided API Key is invalid or user account is suspended."
}