{
"AuthID": "abc",
"ProtocolData": {
"AccountID": "Acc001",
"AccountType": "ACC",
"CheckType": "NAPAS",
"BankID": "XYZ",
}
}
// AccountType=ACC
{
"AuthID": "123",
"ProtocolData": {
"AccountID": "060146911822",
"AccountType": "ACC",
"CheckType": "STB",
"BankID": ""
}
}
//AccountType=PAN
{
"AuthID": "ADMIN",
"ProtocolData": {
"AccountID": "4221510243911065",
"AccountType": "PAN",
"CheckType": "STB",
"BankID": ""
}
}
// 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"
}
}
// AccountType=PAY
{
"AuthID": "ADMIN",
"ProtocolData": {
"AccountID": "0387789472",
"AccountType": "PAY",
"CheckType": "STB",
"BankID": ""
}
}
// AccountType=VNPTPay
{
"AuthID": "ADMIN",
"ProtocolData": {
"AccountID": "0931102503",
"AccountType": "VNPTPay",
"ReceiverName": "TA QUANG HAI"
}
}
// AccountType=Zalo
{
"AuthID": "ADMIN",
"ProtocolData": {
"AccountID": "0931102503",
"AccountType": "Zalo",
"ReceiverName": "TA QUANG HAI"
}
}
// 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
}
}
// 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
}
}
// AccountType=PAY
{
"Status": 1,
"ProtocolData": {
"TransactionID": "63783126751163350",
"AccountID": "0387789472",
"AccountName": "nguyen thanh tuyen",
"Status": "0",
"Error": "",
"Verified": true
}
}
// 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
}
}
// 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"
}
}