Submit Details


EnvironmentHTTP MethodAPI
SandboxPOSThttps://api-testing.phonepe.com/apis/b2b-pg/enach/ui/v1/setup
ProductionPOSThttps://api.phonepe.com/apis/pg/enach/ui/v1/setup
Header NameHeader ValueDescription
Content-Typeapplication/json
AuthorizationO-Bearer <access_token>Pass access_token received in Authorization call
Sample Request with account details (added by user)
{
    "account": {
        "accountNumber": "XXXXXXXX0223",
        "ifsc": "HDFC0101",
        "accountType": "SAVINGS",
        "bankCustomerName": "Davneet"
    },
    "authMode": "NET_BANKING"
}
Sample Request with accountSelectionId (from list of accounts)
{
    "accountSelectionId": "123456",
    "authMode": "NET_BANKING"
}
Sample Response
{
    "redirectUrl": "http://enach-redirect-url"
}

Is this article helpful?