{ "info": { "_postman_id": "248d997b-40ea-41c1-bc3a-cb306fc8b392", "name": "SB Advance Against Salary", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "checkEligibility", "request": { "method": "POST", "header": [ { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "msgid", "value": "3563573" }, { "key": "Authorization", "value": "Bearer {{token}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"value\": {\r\n \"currency\": \"AED\",\r\n \"amount\": \"21000\"\r\n },\r\n \"last_monthly_salaries\": [\r\n {\r\n \"currency\": \"AED\",\r\n \"amount\": \"7700\"\r\n },\r\n {\r\n \"currency\": \"AED\",\r\n \"amount\": \"7700\"\r\n },\r\n {\r\n \"currency\": \"AED\",\r\n \"amount\": \"7700\"\r\n }\r\n ],\r\n \"employer_code\": \"S12\",\r\n \"card_opening_date\": \"2020-08-14\"\r\n}" }, "url": { "raw": "{{url}}/v1/customers/Emirates_ID:1234xxxxxxxx641/advance_against_salary", "host": [ "{{url}}" ], "path": [ "v1", "customers", "Emirates_ID:1234xxxxxxxx641", "advance_against_salary" ] } }, "response": [] }, { "name": "processLoan", "request": { "method": "POST", "header": [ { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "msgid", "value": "3563575" }, { "key": "Authorization", "value": "Bearer {{token}}" } ], "body": { "mode": "raw", "raw": "{\r\n \"status\": \"CONFIRMED\"\r\n}" }, "url": { "raw": "{{url}}/v1/customers/Emirates_ID:1234xxxxxxxx587/advance_against_salary/176449/aas_status", "host": [ "{{url}}" ], "path": [ "v1", "customers", "Emirates_ID:1234xxxxxxxx587", "advance_against_salary", "176449", "aas_status" ] } }, "response": [] } ] }