Created
October 14, 2020 14:37
-
-
Save burhanaras/993584fc9905375ce57907542238524c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"appList": [{ | |
"packageName": "com.paydustry.banking.nbademo.demo", | |
"transactionDetailsList": [{ | |
"amountNeeded": true, | |
"financialDirection": "POSITIVE", | |
"supported": true, | |
"transactionName": "Sale", | |
"transactionType": "CREDIT", | |
"transactionWorkflowName": "com.paydustry.core.workflow.Sale" | |
}, { | |
"amountNeeded": true, | |
"financialDirection": "NEUTRE", | |
"supported": true, | |
"transactionName": "Pre Auth", | |
"transactionType": "CREDIT", | |
"transactionWorkflowName": "com.paydustry.core.workflow.PreAuth" | |
}, { | |
"amountNeeded": true, | |
"financialDirection": "POSITIVE", | |
"supported": true, | |
"transactionName": "Pre Auth Close", | |
"transactionType": "CREDIT", | |
"transactionWorkflowName": "com.paydustry.core.workflow.PreAuthClose" | |
}, { | |
"amountNeeded": false, | |
"financialDirection": "NEUTRE", | |
"supported": true, | |
"transactionName": "Balance", | |
"transactionType": "CREDIT", | |
"transactionWorkflowName": "com.paydustry.core.workflow.Balance" | |
}, { | |
"amountNeeded": false, | |
"supported": true, | |
"transactionName": "Pin Set", | |
"transactionType": "NONPAYMENT", | |
"transactionWorkflowName": "com.paydustry.core.workflow.PinLoad" | |
}, { | |
"amountNeeded": false, | |
"supported": true, | |
"transactionName": "Change Pin", | |
"transactionType": "NONPAYMENT", | |
"transactionWorkflowName": "com.paydustry.core.workflow.PinChange" | |
}, { | |
"amountNeeded": false, | |
"supported": true, | |
"transactionName": "Echo", | |
"transactionType": "NONPAYMENT", | |
"transactionWorkflowName": "com.paydustry.core.workflow.Echo" | |
}, { | |
"amountNeeded": false, | |
"financialDirection": "NEGATIVE", | |
"supported": true, | |
"transactionName": "Refund", | |
"transactionType": "CREDIT", | |
"transactionWorkflowName": "com.paydustry.core.workflow.Refund" | |
}, { | |
"amountNeeded": false, | |
"financialDirection": "NEGATIVE", | |
"supported": true, | |
"transactionName": "Void", | |
"transactionType": "CREDIT", | |
"transactionWorkflowName": "com.paydustry.core.workflow.Void" | |
}] | |
}], | |
"type": "AppListResponse" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment