Skip to main content
GET
Get One Transaction

Authorizations

Authorization
string
header
required

OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.

Path Parameters

transaction_id
integer
required

integer - required - The ID of the track you want to get

Example:

1

Query Parameters

fields
string

string - optional - Comma separated list of fields you want to return

Example:

"id,registrant_id,type,datetime,status,amount,created_at,created_by,updated_at,updated_by,card_type,card_number_last_4,name_on_card,notes,gateway_id"

expand
string

string - optional - Comma separated list of objects you want to return

Example:

""

Response

Get Transaction

amount
string
Example:

"-166.00"

card_number_last_4
number
Example:

1111

card_type
string
Example:

"amex"

created_at
string
Example:

"2016-09-26 12:54:22"

created_by
number
Example:

1

datetime
string
Example:

"2016-09-26 12:54:17"

gateway_id
number
Example:

2

id
number
Example:

2

name_on_card
string
Example:

"Certification Test"

notes
string
Example:

"note"

registrant_id
number
Example:

1

paymentGateway
object
registrant
object
status
string
Example:

"confirmed"

type
string
Example:

"credit_card_payment"

updated_at
string
Example:

"2016-09-26 12:54:22"

updated_by
number
Example:

1