200: OK Success 401: Unauthorized Invalid username or password. Please try again! 406: Not Acceptable Require signature - Signature incorrect
Example Sacombank Account/PAN Napas Account/PAN Sacombank Pay eWallet VNPTPay ZaloPay
Copy {
"AuthID" : "abc" ,
"ProtocolData" : {
"AccountID" : "Acc001" ,
"AccountType" : "ACC" ,
"CheckType" : "NAPAS" ,
"BankID" : "XYZ" ,
}
}
Copy // AccountType=ACC
{
"AuthID" : "123" ,
"ProtocolData" : {
"AccountID" : "060146911822" ,
"AccountType" : "ACC" ,
"CheckType" : "STB" ,
"BankID" : ""
}
}
//AccountType=PAN
{
"AuthID" : "ADMIN" ,
"ProtocolData" : {
"AccountID" : "4221510243911065" ,
"AccountType" : "PAN" ,
"CheckType" : "STB" ,
"BankID" : ""
}
}
Copy // AccountType=ACC
{
"AuthID" : "ADMIN" ,
"ProtocolData" : {
"AccountID" : "1016230769" ,
"AccountType" : "ACC" ,
"CheckType" : "NAPAS" ,
"BankID" : "970406"
}
}
//AccountType=PAN
{
"AuthID" : "ADMIN" ,
"ProtocolData" : {
"AccountID" : "9704060088114204" ,
"AccountType" : "PAN" ,
"CheckType" : "NAPAS" ,
"BankID" : "970406"
}
}
Copy // AccountType=PAY
{
"AuthID" : "ADMIN" ,
"ProtocolData" : {
"AccountID" : "0387789472" ,
"AccountType" : "PAY" ,
"CheckType" : "STB" ,
"BankID" : ""
}
}
Copy // AccountType=VNPTPay
{
"AuthID" : "ADMIN" ,
"ProtocolData" : {
"AccountID" : "0931102503" ,
"AccountType" : "VNPTPay" ,
"ReceiverName" : "TA QUANG HAI"
}
}
Copy // AccountType=Zalo
{
"AuthID" : "ADMIN" ,
"ProtocolData" : {
"AccountID" : "0931102503" ,
"AccountType" : "Zalo" ,
"ReceiverName" : "TA QUANG HAI"
}
}
Success: Sacombank Account/PAN Success: Napas Account/PAN Success: Sacombank Pay Success with Error Description ZaloPay MoMo
Copy // AccountType=ACC
{
"Status": 1,
"ProtocolData": {
"TransactionID": "63783126853198821",
"AccountID": "060146911822",
"AccountName": "TRAN MINH HAI",
"Status": "0",
"Error": "",
"Verified": true
}
}
// AccountType=PAN
{
"Status": 1,
"ProtocolData": {
"TransactionID": "63783126407431185",
"AccountID": "422151XXXXXX1065",
"AccountName": "NGUYEN VO PHUONG NGAN",
"Status": "0",
"Error": "",
"Verified": true
}
}
Copy // AccountType=ACC
{
"Status": 1,
"ProtocolData": {
"TransactionID": "63783126577152705",
"AccountID": "1016230769",
"AccountName": "Nguyen Van A",
"Status": "0",
"Error": "",
"Verified": true
}
}
// AccountType=PAN
{
"Status": 1,
"ProtocolData": {
"TransactionID": "63783126650875702",
"AccountID": "9704060088114204",
"AccountName": "Nguyen Van A",
"Status": "0",
"Error": "",
"Verified": true
}
}
Copy // AccountType=PAY
{
"Status": 1,
"ProtocolData": {
"TransactionID": "63783126751163350",
"AccountID": "0387789472",
"AccountName": "nguyen thanh tuyen",
"Status": "0",
"Error": "",
"Verified": true
}
}
Copy // Account is incorrect
{
"Status": 0,
"ProtocolData": {
"TransactionID": "63783127003388448",
"AccountID": "06014691182",
"AccountName": "",
"Status": "1",
"Error": "113 - Account is incorrect",
"Verified": true
}
}
//BankID is incorrect
{
"Status": 0,
"ProtocolData": {
"TransactionID": "63783127140796673",
"AccountID": "1016230769",
"AccountName": "",
"Status": "1",
"Error": "105 - BranchCode napas not found",
"Verified": true
}
}
Copy // Success Zalo
{
"Status" : 1 ,
"ProtocolData" : {
"TransactionID" : "e2812d60b6c036dab838c9fcce5193a1304d67870323ef05d677292a7fb39159" ,
"AccountID" : "0931102503" ,
"AccountName" : "Quang Hải" ,
"Status" : "1" ,
"Error" : "Giao dịch thành công"
}
}
//Failed Zalo
{
"Status" : 0 ,
"ProtocolData" : {
"TransactionID" : "" ,
"AccountID" : "0931102504" ,
"AccountName" : "" ,
"Status" : "-101" ,
"Error" : "Không tìm thấy thông tin người dùng"
}
}
{ "Status": 1, "ProtocolData": { "TransactionID": "a0d06121-f7b1-4059-9efa-67e38df2c411", "AccountID": "0917563473", "AccountName": "TRAN MINH HAI", "Status": "0", "Error": "Success" } }