Integration Mapper
Version-pinned adapters mapping Form JSON โ SP/API payloads (idempotent).
| Integration | Target | Context | Mode | Version |
|---|---|---|---|---|
| CG Issue | Legacy SP: sp_issue_cg | Sanction | Idempotent | v2 |
| BATCHDAN Demand | Legacy SP: sp_batch_demand | Sanction | Idempotent | v2 |
| VAN Receipt | API: /payments/van/receipt | All | Retry w/ backoff | v2 |
| IRP / Invoice | API: /irpeinvoice | Sanction/Disb/Cont | Queue | v2 |
Drag & Drop: Payload Mapping
Map form fields to stored-procedure parameters (demo).
Form FieldsPick
URNโฎโฎ
Loan A/c Noโฎโฎ
Sanction Amountโฎโฎ
Collateral Amountโฎโฎ
CGPANโฎโฎ
SP/API ParamsDrop
@p_urnโฎโฎ
@p_loan_accโฎโฎ
@p_sanction_amtโฎโฎ
@p_collateral_amtโฎโฎ
@p_cgpanโฎโฎ
Demo: Real mapping supports transforms, defaults, constants, and version-pinned adapters.