API Reference

Sample Response

Sample Success Response :

The response of the API will return a Transaction ID for the transaction being performed.

{
    "is_success": true,
    "data": {
        "transaction_id": "transaction id of transfer"
    }
}

Sample Failure Response :

HTTP Response Status Code - 400

{
    "is_success": false,
    "error": {
        "message": "Invalid IFSC code",
        "code": "request_validation_error"
    }
}

After the transfer is attempted, a callback is sent to the Webhook URL provided by the client, which contains the details of the transaction.