Transactions
Refund transaction
Refund a transaction with the Java SDK.
POST
Refund transaction
Use
blnk.transactions().refund for this operation.
1
Call the method
2
Save the refund transaction ID
Use
response.data().get("transaction_id").asText() to track the refund. Check parent_transaction to confirm it links to the original transaction.3
Response
201 Created
Related docs
Refunds
Reversal behavior and edge cases.
Refund transaction
HTTP request and response schema.