Transactions / Show

NameShow
DescriptionShow a single EvoPay transaction
TypeGET
URL/v9/accounts/:account_id/transactions/:transaction_id

Long Description

Show details of a single EvoPay transaction that belongs to your brokerage.

Examples

RequestResponse
/v9/accounts/6/transactions/15696 

 

 

{
   "sender":{
      "type":"Office",
      "address":{
         "latitude":null,
         "postal_code":"07302",
         "longitude":null,
         "street_address":"333 Washington St.",
         "extended_address":"Suite 302",
         "label":null,
         "primary":false,
         "country_code":"US",
         "region":"NJ",
         "id":8506,
         "locality":"Jersey City",
         "po_box":false
      },
      "brokerage":{
         "email":null,
         "url":"/brokerages/61",
         "natb_member":true,
         "abbreviation":"Ticket Evolution",
         "name":"Ticket Evolution",
         "id":61,
         "updated_at":"2013-04-05T14:32:44Z",
         "created_at":"2010-07-28T12:02:16Z"
      },
      "phone":"201-499-0833",
      "url":"/offices/6",
      "evopay":true,
      "name":"Main Office",
      "id":6
   },
   "amount":"7.0",
   "notes":null,
   "balance":"11015.69",
   "url":"/evopay_transactions/15696",
   "order_ids":[

   ],
   "state":"completed",
   "order_ids_with_group":[

   ],
   "recipient":{
      "type":"Office",
      "address":{
         "latitude":null,
         "postal_code":"46204",
         "longitude":null,
         "street_address":"12 West Maryland Ave.",
         "extended_address":null,
         "label":null,
         "primary":false,
         "country_code":"US",
         "region":"IN",
         "id":8937,
         "locality":"Indianapolis",
         "po_box":false
      },
      "brokerage":{
         "email":null,
         "url":"/brokerages/86",
         "natb_member":true,
         "abbreviation":"Circle City",
         "name":"Circle City Tickets",
         "id":86,
         "updated_at":"2013-02-08T22:57:45Z",
         "created_at":"2010-07-30T16:37:32Z"
      },
      "phone":"317-254-9500",
      "url":"/offices/2",
      "evopay":true,
      "name":"Downtown Office",
      "id":2
   },
   "id":15696,
   "created_at":"2013-04-11T21:57:55Z",
   "updated_at":"2013-04-11T21:57:55Z"
}