Get One Transaction
Retrieves a single transaction by its ID, including payment details (amount, type, status), card information (last 4 digits, card type), associated registrant, and payment gateway used.
Authorizations
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
integer - required - The ID of the track you want to get
1
Query Parameters
string - optional - Comma separated list of fields you want to return
"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"
string - optional - Comma separated list of objects you want to return
""
Response
Get Transaction
"-166.00"
1111
"amex"
"2016-09-26 12:54:22"
1
"2016-09-26 12:54:17"
2
2
"Certification Test"
"note"
1
"confirmed"
"credit_card_payment"
"2016-09-26 12:54:22"
1