TransactionService#

class TransactionService[source]#

Methods

get

Get a transaction by id.

refund

Refund a transaction.

get(*, transaction_id, extra_parameters=None)[source]#

Get a transaction by id.

Parameters:
Returns:

The found transaction.

Return type:

Transaction

refund(*, transaction_id, extra_parameters=None)[source]#

Refund a transaction.

Parameters:
Returns:

The found transaction.

Return type:

Transaction