Submit Customer Action
API Reference
Submit Customer Action
POST
Submit Customer Action
Authorizations
API key of the form ec_(live|test). Scopes are listed per operation.
Headers
HMAC-SHA256 signature over method, path, timestamp, nonce and raw body.
Unix epoch seconds. Requests outside the tolerance window are rejected.
Unique per-request nonce. Replays are rejected.
Path Parameters
Body
application/json
The payload shape depends on kind:
- SELECT_OFFER → { offerId, loanAmount }
- SELECT_GOLD_LOAN_BRANCH → { offerId, branchLocationId } where branchLocationId is an
idfrom data.offers[].branchLocations[] (see GET /{journeyId}) - SUBMIT_BANK_ACCOUNT → { accHolderName, acctype, accNo, ifscCode }