AdityaLoot 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://pay.demotry.shop/api
{
"amount": "10.00",
"order_id": "ORD_1785321905_5834",
"customer_name": "Demo Customer",
"description": "Demo Payment Simulation",
"callback_url": "https:\/\/pay.demotry.shop\/demo.php?action=callback"
}
{
"error": "Internal server error",
"details": "Could not create order. Please try again."
}