You are on page 1of 1

Details Amount Mode Request Response TestCase

{
"mode": "IMPS",
"remarks": "Vendor Payout",
"amount": "100",
"type": "vendor",
"bene_name": "ALOK RATAN",
"bene_mobile": "9999999999",
"bene_email": "person@domainname.com",
"bene_acc": "874873847873",
"bene_ifsc": "IFSC0123456",
"bene_acc_type": "Saving",
"refid": "1234567", {"statuscode":200,"status":true,"
"bene_bank_name": "STATE BANK OF INDIA" responsecode":1,"message":"Transaction
Hit an IMPS transaction for 100 rupees 100 IMPS } intiate successfully"} Positive
{
"mode": "NEFT",
"remarks": "Vendor Payout",
"amount": "1000",
"type": "vendor",
"bene_name": "ALOK RATAN",
"bene_mobile": "9999999999",
"bene_email": "person@domainname.com",
"bene_acc": "874873847873",
"bene_ifsc": "IFSC0123456",
"bene_acc_type": "Saving",
"refid": "1234567",
"bene_bank_name": "STATE BANK OF INDIA"
Hit an NEFT transaction for 1000 rupees 1000 NEFT } {"statuscode":200,"status":true,"responsecode":1,"message":"Transaction
Positive intiate successfully"}
{
"mode": "RTGS",
"remarks": "Vendor Payout",
"amount": "300000",
"type": "vendor",
"bene_name": "ALOK RATAN",
"bene_mobile": "9999999999",
"bene_email": "person@domainname.com",
"bene_acc": "874873847873",
"bene_ifsc": "IFSC0123456",
"bene_acc_type": "Saving",
"refid": "1234567",
"bene_bank_name": "STATE BANK OF INDIA"
Hit an RTGS transaction for 300000 rupees 300000 RTGS } {"statuscode":200,"status":true,"responsecode":1,"message":"Transaction
Positive intiate successfully"}
{
"mode": "RTGS",
"remarks": "Vendor Payout",
"amount": "300000",
"type": "vendor",
"bene_name": "ALOK RATAN", {
"bene_mobile": "9999999999", "statuscode": 422,
"bene_email": "person@domainname.com", "status": false,
"bene_acc": "874873847873", "responsecode": 2,
"bene_ifsc": "IFST567560123456", "errors": {
"bene_acc_type": "Saving", "bene_ifsc": "The bene ifsc format is invalid.<br />"
"refid": "1234567", },
"bene_bank_name": "STATE BANK OF INDIA" "message": "Validation errors!!"
Hit a Single Payout with incorrect ifsc code Any Any } } Negative
{
"mode": "RTGS",
"remarks": "Vendor Payout",
"amount": "1000000000",
"type": "vendor", {
"bene_name": "ALOK RATAN", "statuscode": 422,
"bene_mobile": "9999999999", "status": false,
"bene_email": "person@domainname.com", "responsecode": 2,
"bene_acc": "874873847873", "errors": {
"bene_ifsc": "IFST567560123456", "amount": "The amount must be between 2 and 1000000.<br />",
"bene_acc_type": "Saving", "bene_ifsc": "The bene ifsc format is invalid.<br />"
"refid": "1234567", },
Hit a Single Payout with payout amount "bene_bank_name": "STATE BANK OF INDIA" "message": "Validation errors!!"
greater than current balance Greater than balance Any } } Negative
{
"mode": "RTGS",
"remarks": "Vendor Payout",
"amount": "100",
"type": "vendor",
"bene_name": "ALOK RATAN", {
"bene_mobile": "9999999999", "statuscode": 422,
"bene_email": "person@domainname.com", "status": false,
"bene_acc": "874873847873", "responsecode": 2,
"bene_ifsc": "IFSC0123456", "errors": {
"bene_acc_type": "Saving", "amount": "RTGS amount should be greater than 2,00,000<br />"
"refid": "1234567", },
"bene_bank_name": "STATE BANK OF INDIA" "message": "Validation errors!!"
Hit an RTGS transaction for 100 rupees 100 RTGS } } Negative
{
"mode": "NEFT",
"remarks": "Vendor Payout",
"amount": "1000001",
"type": "vendor",
"bene_name": "ALOK RATAN", {
"bene_mobile": "9999999999", "statuscode": 422,
"bene_email": "person@domainname.com", "status": false,
"bene_acc": "874873847873", "responsecode": 2,
"bene_ifsc": "IFSC0123456", "errors": {
"bene_acc_type": "Saving", "amount": "The amount must be between 2 and 1000000.<br />"
"refid": "1234567", },
"bene_bank_name": "STATE BANK OF INDIA" "message": "Validation errors!!"
Hit a transaction for greater than 1000000. Greater than 1000000 Any } } Negative

You might also like