TransactionService#
- class TransactionService[source]#
- get(*, transaction_id)[source]#
Get a transaction by id.
- Parameters:
transaction_id (
str
) – The id of the transaction you want to get.self (TransactionService[AuthenticatedClient]) –
- Returns:
The found transaction.
- Return type:
- refund(*, transaction_id)[source]#
Refund a transaction.
- Parameters:
transaction_id (
str
) – The id of the transaction you want to get.self (TransactionService[AuthenticatedClient]) –
- Returns:
The found transaction.
- Return type: