Money is integer paise — ₹15,000 = 1500000. Follow GET /application/journey. Skipping a step returns 409 step_not_ready.
verify_pan (or as an alternative to the journey PAN pair).{ pan, phone? }. Screen comes back with summary.creditScore when bureau resolves. Invalid PAN / wrong status → 400. Vendor failure → provider_failed.POST /applications/acknowledge-credit-score. Staff evaluate is still required for an offer.Authorization: Bearer {{accessToken}}400 Invalid PAN, wrong status, or missing phone · 403 Forbidden · 404 Application not found · 409 step_not_ready — finish the previous journey step firstcurl --location 'https://api-dev.myemipay.com/applications/verify-pan' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"pan": "{{pan}}",
"phone": "{{phone}}"
}'{}