Transactions
Refund transaction
Refund a transaction with the Python SDK.
POST
Refund transaction
Use
blnk.transactions.refund to refund a transaction.
1
Call the method
blnk.transactions.refund
2
Save the refund transaction ID
Use
response.data["transaction_id"] to track the refund. Check parent_transaction to confirm it links to the original transaction.3
Response
201 Created