PAYVANTAGE API Documentation
  • Home
  • Vending
    • Data
    • Airtime
    • Check Transactions/Requery
    • Auto TopUp
    • OptOut Auto TopUp
    • Transaction Status Notification
  • SoftPOS
  • Education
    • JAMB
      • WAEC
  • Virtual Account
Powered by GitBook
On this page
  1. Vending

Transaction Status Notification

Create a new user

POST /notification/transaction_status

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

client-id

string

x-api-key

string

Body

Name
Type
Description

statusCode

string

statusCode of the transaction

statusDescription

string

statusDescription of the transaction

mReference

string

transactionReference

string

recipient

string

amount

string

tranxDate

string

serviceCode

String

Request Parameter

{
    "statusCode":"",
    "statusDescription":"",
    "mReference":"",
    "tranxReference": "",
    "recipient": "",
    "amount": "",
    "tranxDate":"",
    "serviceCode":""
}

Response

{
    "statusCode":"00",
    "statusDescription":"",
    "tranxReference":""
}
{
"statusCode":"99",
"statusDescription":"",
"tranxReference":""
}
PreviousOptOut Auto TopUpNextSoftPOS

Last updated 11 months ago