Transactions
Retrieve transaction details
Retrieves a Transaction object by its unique ID. The response includes amount, currency, payment method, session link, and status metadata.
GET
Path Parameters
ID of the transaction to retrieve.
Query Parameters
Specifies related objects to expand in the response (for example, expand[]=charging_session
).
Body
application/json · object
Response
200
application/json
Returns the Transaction object for a valid identifier. Raises an error otherwise.