Initiate Payment Collection Request

Note: Players details are mandatory (player_id, player_name, player_email, player_mobile)

Use payment_method parameter to control the payment options (UPI, IMPS)

Sample Request

{  
    "order_id":"1",  
    "transaction_amount":"100",  
    "return_url":"https://test.com",  
}

Sample Response

{
    "transaction_id": "43423423",
    "checkout_url": "https://checkout.payzeasy.com/884255b6-432d-4efb-be73-e9ad178c16e1/43423423",
    "message": "Transaction created",
    "status": true
}
{
    "message": "amount limit exceeds",
    "status": "error",
    "statusCode": 400,
    "data": {}
}
{
    "message": "Bad Credentials",
    "status": "error",
    "statusCode": 400,
    "data": {}
}
Language
Response
Click Try It! to start a request and see the response here!