Transactions
transactions_id_get
scopes:
- admin:checkout
- read:checkout
get/accounts/{aid}/payments/transactions/{id}
Path parameters
idstring checkout-id required
The ID of the transaction
Query parameters
includesstring[]
Include additional data that are by default excluded from the transaction details.
- card.payment_token: Include the payment_token generated from the transaction. Only available for transaction with a session that enabled generate_payment_token.
- card.recurrence_token: Include the recurrence generated from the transaction. Only available for transaction with a session that enabled generate_recurrence_token.
- session Include the session that the transaction resulted from.
- session.events.latest Include the session that the transaction resulted from with only the latest event in its events array.
- events.request_headers Include the event headers stored for each event.
- events.success.true Include events where success is true.
- initiating_system_request_headers Include the request headers from the initiating system.
Response
Transaction