Transaction Full Detail

Retrieve full details of a transaction

post: https://easypay5.com/APIcardProcREST/v1.0.0/Query/Transaction_FullDetail

Use this call to return all the details for a single transaction. Details are separated into 3 distinct objects including:

  • AccountHolder (Card Holder)

  • EndCustomer (Optional user entity if not the actual cardholder such as a child or spouse receiving the services)

  • Transaction (All Transaction details)

{
  "TxID": 12
}

Last updated

Was this helpful?