curl --request POST \
--url {api_base_url}/banking/collection/initiate-request \
--header 'Content-Type: application/json' \
--header 'x-client-id: <App ID>' \
--header 'x-client-secret: <Secret Key>' \
--header 'order-source: reset-api' \
--data-raw '{
"credit_master_Account": "0000000000",
"credit_type": "bank_transfer",
"customer_name": "John Deo",
"customer_mobile": "9896989698",
"customer_email": "[email protected]",
"customer_pan": "ABCDE0000N",
"customer_aadhar": "123456018117",
"customer_address": null,
"country_dialing_code": "91",
"country_iso_code": "IN",
"beneficiary_id": "null",
"credit_account_type": "current",
"credit_mode": "NEFT||IMPS||RTGS||UPI",
"provider_psp_code": "BOB",
"smart_collect_id_useable": "onetime",
"is_validate": "false",
"asked_amount": "10.12",
"payment_for": "COLLECTION FOR SOFTWATE DEVELOPMENT",
"smart_collect_order_id": "654894598459"
}'
{
"code": "200",
"status": "success",
"type": "api smart collection hit",
"description": "van generated",
"account_number": 7494001791,
"ifsc_code": "KPNB0123456",
"time": "16-05-2023 04:17:22pm",
"amount_validation": "false",
"amount": null,
"useablity": "unlimited",
"collection_for": "salary payment"
}