From 0080eebe3d63e0dec21dff769d88b1c27fbf2c83 Mon Sep 17 00:00:00 2001 From: Ritwick Dey Date: Mon, 4 Mar 2024 17:01:21 +0530 Subject: [PATCH] BAV Codes List (#150) * BAV Codes added * Removing the download feature for now --------- Co-authored-by: Aditya Gannavarapu --- .../penny-drop/api-integration/bav-codes.csv | 59 ++++++++++++++++ .../bav/penny-drop/api-integration/sync.mdx | 69 ++++++++++++++++++- 2 files changed, 126 insertions(+), 2 deletions(-) create mode 100644 content/data/bav/penny-drop/api-integration/bav-codes.csv diff --git a/content/data/bav/penny-drop/api-integration/bav-codes.csv b/content/data/bav/penny-drop/api-integration/bav-codes.csv new file mode 100644 index 00000000..5c5c203a --- /dev/null +++ b/content/data/bav/penny-drop/api-integration/bav-codes.csv @@ -0,0 +1,59 @@ +ERROR CODE,ERROR MESSAGE +BAV1000,BAV invalid state +BAV00,Transaction approved +BAV03,Invalid scheme type +BAV08,CBS offline +BAV12,Invalid transaction +BAV17,Exceeds account limit +BAV19,Duplicate reference number +BAV20,Invalid response code +BAV34,Suspected fraud +BAV52,Invalid account +BAV76,Card-issuer timed out +BAV78,Transfer limit exceeded +BAV84,Block operation failed.since a/c is closed/frozen +BAV91,Transaction timeout +BAV92,Invalid ifsc or no routing for institution/network +BAV94,Duplicate transaction +BAVNF,System malfunction +BAVCU,Host (CBS) offline +BAVXF,Invalid response code +BAVFLD,Failed txn by beneficiary bank +BAVIU,Issuer node offline +BAVM0,Verification successful but original credit transaction failed +BAVM1,Either ifsc or bank account is invalid +BAVM2,Amount limit exceeded +BAVM3,Account blocked/frozen +BAVM4,Nre account +BAVM5,Account closed +BAVM6,Limit exceeded for member bank +BAVM7,Transaction not permitted to account +BAVM8,Txn limit exeeded +BAVMI,Customer tx. limit exceeded +BAVMJ,Invalid beneficiary IFSC or NBIN +BAVMN,Foreign inward remittance not allowed +BAVMP,Benificary bank not enable for P2A +BAVMQ,Transaction not allowed as invalid payment reference +BAVMS,Transaction is declined as invalid account number +BAVREF,Funds refunded by remitter bank +BAVMT,Transaction not allowed as general error +BAVMW,Foreign inward remittance for P2P only +BAV51,Transaction unsuccessful due to an issue at the beneficiary bank's end. +BAVNC,No connectivity with NPCI +BAVNR,Not registered +BAVRET,Funds returned by beneficiary bank +BAVRM1,Remittor CBS timeout while a/c enquiry +BAV1009,Invalid amount +BAVXU,Cut-off is in process (beneficiary) +BAV1001,Invalid tranaction type +BAV1004,Blank trace number +BAV1008,Invalid bene IFSC +BAV1010,Invalid amount +BAV1012,Invalid response from imps switch +BAV1013,Duplicate trace id +BAV1014,Invalid queryback trace number +BAV1015,No such transaction request enquery +BAV1016,Invalid sender mobile number +BAV1017,Invalid remitter name +BAV2000,Upsteam error +BAV2001,Internal error \ No newline at end of file diff --git a/content/data/bav/penny-drop/api-integration/sync.mdx b/content/data/bav/penny-drop/api-integration/sync.mdx index 567724b6..8c3d716b 100644 --- a/content/data/bav/penny-drop/api-integration/sync.mdx +++ b/content/data/bav/penny-drop/api-integration/sync.mdx @@ -72,7 +72,7 @@ While testing on Sandbox, you may use the following sample values—
Response
{`{ - "code": "BAV00", + "code": "BAV00", // BAV Code "verification": "success", "message": "Account exists and is active.", "data": { @@ -112,7 +112,7 @@ While testing on Sandbox, you may use the following sample values— {`{ "id": "d9342684-1300-4fa8-8344-cc861a20a488", - "code": "BAVM1", + "code": "BAVM1", // BAV Code "verification": "failed", "message": "This account does not exist or is invalid." "traceId": "1-6539f833-6a8729291b16c0484c9dda86", @@ -159,4 +159,69 @@ While testing on Sandbox, you may use the following sample values— +##### BAV Codes + +|CODE|MESSAGE +|----------|----------------------------------------------------------------------- +|BAV1000 |BAV invalid state +|BAV00 |Transaction approved +|BAV03 |Invalid scheme type +|BAV08 |CBS offline +|BAV12 |Invalid transaction +|BAV17 |Exceeds account limit +|BAV19 |Duplicate reference number +|BAV20 |Invalid response code +|BAV34 |Suspected fraud +|BAV52 |Invalid account +|BAV76 |Card-issuer timed out +|BAV78 |Transfer limit exceeded +|BAV84 |Block operation failed.since a/c is closed/frozen +|BAV91 |Transaction timeout +|BAV92 |Invalid ifsc or no routing for institution/network +|BAV94 |Duplicate transaction +|BAVNF |System malfunction +|BAVCU |Host (CBS) offline +|BAVXF |Invalid response code +|BAVFLD |Failed txn by beneficiary bank +|BAVIU |Issuer node offline +|BAVM0 |Verification successful but original credit transaction failed +|BAVM1 |Either ifsc or bank account is invalid +|BAVM2 |Amount limit exceeded +|BAVM3 |Account blocked/frozen +|BAVM4 |Nre account +|BAVM5 |Account closed +|BAVM6 |Limit exceeded for member bank +|BAVM7 |Transaction not permitted to account +|BAVM8 |Txn limit exeeded +|BAVMI |Customer tx. limit exceeded +|BAVMJ |Invalid beneficiary IFSC or NBIN +|BAVMN |Foreign inward remittance not allowed +|BAVMP |Benificary bank not enable for P2A +|BAVMQ |Transaction not allowed as invalid payment reference +|BAVMS |Transaction is declined as invalid account number +|BAVREF |Funds refunded by remitter bank +|BAVMT |Transaction not allowed as general error +|BAVMW |Foreign inward remittance for P2P only +|BAV51 |Transaction unsuccessful due to an issue at the beneficiary bank's end. +|BAVNC |No connectivity with NPCI +|BAVNR |Not registered +|BAVRET |Funds returned by beneficiary bank +|BAVRM1 |Remittor CBS timeout while a/c enquiry +|BAV1009 |Invalid amount +|BAVXU |Cut-off is in process (beneficiary) +|BAV1001 |Invalid tranaction type +|BAV1004 |Blank trace number +|BAV1008 |Invalid bene IFSC +|BAV1010 |Invalid amount +|BAV1012 |Invalid response from imps switch +|BAV1013 |Duplicate trace id +|BAV1014 |Invalid queryback trace number +|BAV1015 |No such transaction request enquery +|BAV1016 |Invalid sender mobile number +|BAV1017 |Invalid remitter name +|BAV2000 |Upsteam error +|BAV2001 |Internal error + + +