curl --location --request POST 'https://api.staging.indiconnect.in/indipayout/v2/directPayoutBankAccount' \
--header 'Authorization: x-api-access indc_test_a41eaf2a175f3b13:ac_test_bf7117f6da6c6285' \
--header 'service-key: sk_test_879a38c3495f08f8' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountHolderName": "Jhon Doe",
"email": "jhondoe@indiconnect.in",
"phone": "9801238790",
"bankAccountNumber": "167301501144",
"bankIfscCode": "ICIC0001673",
"bankName": "12345",
"amount": 1,
"paymentMode": "imps",
"paymentRemark": "PayoutTest",
"transactionReferenceId": "WI-171909885300098",
"accountType": "current",
"debitAccountId": "pay_ac_d4f78f25da4f4ca38181"
}'{
"code": 200,
"status": "SUCCESS",
"message": "Direct payout request sent to beneficiary account.",
"data": {
"indiconnectTransactionId": "INDC1752649407450C9",
"transferStatus": "SUCCESS",
"billingId": "UINDC9ba10e66b5312e40",
"billingValue": "7.00",
"bankIfscCode": "ICIC0001673",
"bankAccountNumber": "167301501144",
"beneficiaryId": "BA_9e1fc002a9084e1381f015b010cf056b",
"beneficiaryType": "ACCOUNT_NUMBER",
"name": "John Doe",
"clientId": "3f9eb2a7-1af2-4b49-8843-15b300b64470",
"bankTxnId": "SSF19E4427926584993A4087F539673F4A8",
"providerTxnId": "J2507161233299537047850344",
"rrn": "519712991641",
"clientRefId": "INDC1752649407450C9",
"npciErrorCode": "00",
"errorCode": "00",
"errorDescription": "SUCCESS",
"transactionReferenceId": "WI-171909885300098",
"amount": 1,
"createdAt": 1752649407450,
"updatedAt": 1752649407450
}
}