SIDEBAR SKINS

HEADER SKINS



Money Transfer APIs


Get started with our API with ease using our user-friendly and detailed API Documentation

PostMan
Postman Collection
PostMan
Android App Code
PostMan
PHP Sample Code

Example Add Agent Request  
    { 
        " mobile "  : "9999999999",  
        " pan "   : "BAJPC4350M", 
        " email "   : "saquibsiddiqui001@gmail.com", 
        " aadhaar "   : '987398769012", 
        " latitude "   : "76.322410",
        " longitude "   : "21.1230348",
        " merchantCode "   : "MC1234567"
     }
Example Response for Success  
    { 
        " code "  : "0x0200",  
        " Message "   : "OTP Sent Successfully." ,
        " status "   : "SUCCESS",
        " data " :   
                {
                    " aadhaar "   : "xxxxxxxx8691" ,
                    " otpReference "   : "NmNmMzY5YjItOGI1MC00N2Q0LThlOTMtODdiZDcywwww",
                    " hash "   : "sdsd435445cdfsdfz3Vd39IgYwpLitbvh7uULX3r8ALe6sOAHKmi
                                JMDBjaTG5JM5t1jErWWQ1ei3OAoZD3ko1qd0qL7amNrEPgf
                                Jc+ew65QR7zu8hA/ziDqioC\\/IG7sfhN59hudR5T3RSCPd
                                5pUz09H5k2Rs3SKJoOOotgqcf3yYl7oJJWdPk9KKwDxvfrD
                                yqpEmgb2iYlDpbeK9eqGcR4VNJG0cZELXjVcA1KV97LVV13
                                Pe5Vbow\\/+sEcDneTd6OonxHB9jRCLrMqoHS5Jryg=="
                }    
     
    }
Example Response for Failure  
    { 
                
        " code " : "0x0200" , 
        " status "   : "FAILURE",
        " message "   : "Mobile no not valid"
    }  
Example Response for Incorrect Pan  
    { 
                
        " code ": "0x0200" ,
        " status ":"FAILURE",
        " message ":
            {
                " pan ":[ "The pan format is invalid" ]
            } 
    
    } 
Example Response for Wrong Aadhaar Number  
    { 
                
        " code " : "0x0200", 
        " status " : "FAILURE",
        " message " : 
                {
                    " pan " : [ "The aadhaar must be 12 digits" ]
                }
    
    }

Error Code

Status Code Status Message
200 Success Request Successfully
400 Error Bad Request
401 Unauthorized Unauthorized User
402 Payment Payment Request
405 Error Method Not Allowed
408 Failed Request Timeout
503 Error Service Unavailable

Copyright � 2017 - 2023 Pay2kart. All Rights Reserved.