Transactions
Refund transaction
Refund a transaction with the TypeScript 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