POST api/Resource/Refund?transactionRef={transactionRef}
Refunds the transaction associated with TransactionId providing the request is executed within the required time-frame. Requires "AccountDebit" scope authorization.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| transactionRef | 
                         Unique reference for debit transaction to be refunded  | 
                    string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Boolean indicating success if transaction is refunded
None.