TransactionService#
- class TransactionService[source]#
Methods
Get the info required to redirect from the paddle to the after pay page.
Get a transaction by id.
Refund a transaction.
- get_paddle_redirect(*, external_transaction_id)[source]#
Get the info required to redirect from the paddle to the after pay page.
The redirect URL will be deleted after this request.
- Parameters:
external_transaction_id (
str
) – The Paddle transaction id.self (TransactionService[AuthenticatedClient]) –
- Returns:
The redirect info.
- Return type:
- 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: