Money is integer paise — ₹15,000 = 1500000. Follow GET /application/journey. Skipping a step returns 409 step_not_ready.
youCanNow includes request_payout.202 is acceptance of the request, not money moved.{ loanId, amountPaise, beneficiaryRef, payoutRequestId? }. Amount is integer paise. Captures payoutRequestId.POST /ops/dispatch-due (internal) so handlers actually run.Authorization: Bearer {{accessToken}}400 Validation failedcurl --location 'https://api-dev.myemipay.com/applications/request-payout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"loanId": "{{loanId}}",
"amountPaise": 100000,
"beneficiaryRef": "{{beneficiaryRef}}",
"revision": "{{revision}}"
}'{}