Transactions
Refund transaction
Refund a transaction with the TypeScript SDK.
POST
Refund transaction
Use
blnk.Transactions.refund to refund a transaction.
blnk.Transactions.refund
| Field | Description |
|---|---|
transactionId | Transaction ID of the applied transaction to refund. |
skip_queue | When true, process the refund synchronously instead of queuing. |
Response shape
201 Created
| Field | Description |
|---|---|
transaction_id | ID of the new refund transaction. |
parent_transaction | Original transaction being refunded. |
source | Original destination, now the source of the refund. |
destination | Original source, now the destination of the refund. |
status | Status of the refund transaction. |
Related docs
Refunds
Reversal behavior and edge cases.
Refund transaction
HTTP request and response schema.