Start mock e-NACHDescription: mock e-NACH until a vendor slot exists. Opens a placeholder url. Payout stays locked until the mandate is active.Usage: after e-sign, journey enach. Not during onboarding.Details: no body. Returns { status: "pending", url }. Already active returns { status: "resolved", verified: true }. A cancelled mandate may be started again.Next: open url, then poll GET /application/enach/status.Auth:Authorization: Bearer {{accessToken}}Errors:401 unauthorized | session_expired · 404 not_found · 409 step_not_ready — finish the previous journey step first
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
Responses
🟢200e-NACH pending
application/json
Bodyapplication/json
🟠401Unauthorized
🟠409Step not ready
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api-dev.myemipay.com/application/enach/start' \
--header'Authorization: Bearer <token>'