accepted, which unlocks create-loan.accept_offer / screen youCanNow includes accept. Not while eligibility is still waiting on the KFS.revision / If-Match. 409 kfs_not_ready if the statement is missing. 409 on stale revision or step_not_ready.kyc_bank → esign → e-NACH → POST /application/create-loan.Authorization: Bearer {{accessToken}}401 unauthorized | session_expired · 403 Forbidden · 404 Application not found · 409 Revision conflict, step_not_ready, or kfs_not_readycurl --location 'https://api-dev.myemipay.com/application/accept-offer' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"revision": ""
}'{
"application": {
"id": "app_1735123456789",
"reference": "PME-A1B2C3D4"
},
"status": "accepted",
"message": "You accepted the offer.",
"youCanNow": [
{
"action": "create_loan",
"title": "Create loan",
"submitTo": "/application/create-loan"
}
],
"revision": "5"
}