curl --location --request POST 'https://api.staging.indiconnect.in/indicollect/upi/collect/request' \
--header 'Authorization: x-api-access indc_test_bc68634d3da46c65:ac_test_994e9e5fd8240467' \
--header 'service-key: sk_test_946570a02e396909' \
--header 'providercode: JFS00123' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerName": "Ruturaj",
"vpa": "ruturajsingare@axl",
"phone": "9823676512",
"amount": 101,
"paymentRemark": "RS 5101",
"orderId": "ORD45234562345623erefdre"
}'{
"code": 200,
"status": "SUCCESS",
"message": "Response fetched successfully",
"data": {
"transactionId": "INDC174797912420663",
"orderId": "Cr894ffy8hj669449j",
"customerName": "Ruturaj",
"vpa": "indiconnect99@janabank",
"phone": "9823676512",
"collectTransactionStatus": "PENDING",
"amount": 55,
"clientId": "8bc1cd35-824c-4b3d-88b6-cb6bb09a99c7",
"paymentRemark": "RS 501",
"createdAt": 1747979124207,
"updatedAt": 1747979124207,
"requestType": "COLLECT",
"providerName": "JANA_BANK",
"merchantVpa": "",
"isTransactionDone": false,
"isDispute": false,
"billingId": "",
"billingValue": 0,
"merchantReferenceId": "JFSINDI3282070881477304873961709103",
"requestStatus": "SUCCESS",
"indiconnectTransactionId": "INDC174797912420663"
}
}