Skip to content

Commit

Permalink
Added Reference in Response
Browse files Browse the repository at this point in the history
  • Loading branch information
Bose14Juspay committed Oct 7, 2024
1 parent 209ce31 commit eaf7deb
Show file tree
Hide file tree
Showing 19 changed files with 67 additions and 11 deletions.
8 changes: 6 additions & 2 deletions documentation/Core_Resources/ACH_Debit/Cancel/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
"debtor_agent_code": "HDFC",
"debtor_agent_mmbid": "HDFC0000727",
"mandate_reference1": "LOAN123",
"product_type: "10",
"product_type": "10",
"reference": "LOTUSPAY44332211AA",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"reference_creditor": null,
"umrn": "HDFC000012345678"
"umrn": "HDFC000012345678",
"response_code": null,
"response_description": null,
"response_flag": null,
Expand Down
2 changes: 0 additions & 2 deletions documentation/Core_Resources/ACH_Debit/List/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
},
{
"id": "ND004433221CC"
},
{...
}
]
}
8 changes: 6 additions & 2 deletions documentation/Core_Resources/ACH_Debit/Retrieve/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
"debtor_agent_code": "HDFC",
"debtor_agent_mmbid": "HDFC0000727",
"mandate_reference1": "LOAN123",
"product_type: "10",
"product_type": "10",
"reference": "LOTUSPAY44332211AA",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"reference_creditor": "ABCDE12345",
"umrn": "HDFC000012345678"
"umrn": "HDFC000012345678",
"response_code": "00",
"response_description": "Accepted",
"response_flag": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
"debtor_agent_code": "HDFC",
"debtor_agent_mmbid": "HDFC0000727",
"mandate_reference1": "LOAN123",
"product_type: "10",
"product_type": "10",
"reference": "LOTUSPAY44332211AA",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"reference_creditor": "ABCDE12345",
"umrn": "HDFC000012345678"
"umrn": "HDFC000012345678",
"response_code": null,
"response_description": null,
"response_flag": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
"debtor_agent_code": "HDFC",
"debtor_agent_mmbid": "HDFC0000727",
"mandate_reference1": "LOAN123",
"product_type: "10",
"product_type": "10",
"reference": "LOTUSPAY44332211AA",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"reference_creditor": "ABCDE12345",
"umrn": "HDFC000012345678"
"umrn": "HDFC000012345678",
"response_code": "00",
"response_description": "Accepted",
"response_flag": "1",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Mandates/Cancel/responsejson
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "CUSTOMER_123",
"reference2": "PRODUCT_ABC",
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "emandate_api",
"class": "internal",
"date_acknowledged": "2018-06-15",
Expand Down
5 changes: 4 additions & 1 deletion documentation/Core_Resources/Mandates/Import/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"instrument": "DEBIT",
"occurrence_sequence_type": "RCUR",
"reference1": "CUSTOMER_123",
"reference2": "PRODUCT_ABC",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "physical",
"mandate_request_id": "ABC123",
"reason_code": "ac01",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Mandates/Object/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "CUSTOMER_123",
"reference2": "PRODUCT_ABC",
"reference3": "MERCHANT's ID",
"reference4":{"name":"xxx"},
"reference5": {"name":"xxx"},
"variant": "emandate_api",
"class": "internal",
"date_acknowledged": "2018-06-15",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Mandates/Retrieve/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "CUSTOMER_123",
"reference2": "PRODUCT_ABC",
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "emandate_api",
"class": "internal",
"date_acknowledged": "2018-06-15",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Mandates/Update/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "CUSTOMER_123",
"reference2": "PRODUCT_ABC",
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "emandate_api",
"mandate_request_id": "SC004433221AA001",
"reason_code": "ac01",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Source/Create/re_exi_bank.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "SC004433221AA",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "emandate_api"
},
"origin": "API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "SC004433221AA",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "emandate_api"
},
"origin": "API",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Source/Create/res_new_bank.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "CUSTOMER_123",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "emandate_api"
},
"origin": "API",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Source/Create/res_new_cus.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "CUSTOMER_123",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "emandate_api"
},
"origin": "API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "LOAN_ID_123",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "physical"
},
"origin": "API",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Source/Object/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "CUSTOMER_123",
"reference2": "PRODUCT_ABC",
"reference3": "MERCHANT's ID",
"reference4":{"name":"xxx"},
"reference5": {"name":"xxx"},
"variant": "emandate_api"
},
"origin": "API",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Source/Process/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "LOAN_ID_123",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "physical"
},
"origin": "API",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Source/Retrieve/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "CUSTOMER_123",
"reference2": "PRODUCT_ABC",
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "emandate_api"
},
"origin": "API",
Expand Down
3 changes: 3 additions & 0 deletions documentation/Core_Resources/Source/Withdraw/response.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"occurrence_sequence_type": "RCUR",
"reference1": "LOAN_ID_123",
"reference2": null,
"reference3": null,
"reference4": null,
"reference5": null,
"variant": "physical"
},
"origin": "API",
Expand Down

0 comments on commit eaf7deb

Please sign in to comment.