check cashpoint status
Get the transaction status of a given cashpoint
Method
URL
Header
Value
{
status: true,
message: "This customer is transacting.",
data: {
virtualaccount: “4000000000,
accountistransacting: true
}
}
OR
{
status: true,
message: "This customer is not transacting.",
data: {
virtualaccount: “4000000000,
accountistransacting: false
}
}Last updated