Pass in a APIContext
object to authenticate
the call and to send a unique request id
(that ensures idempotency). The SDK generates
a request id if you do not pass one explicitly.
See Configuration.cs to know more about APIContext.
Pass an APIContext and the ID of the refunded transaction
Get Details of a Refund
This sample code demonstrates how you can retrieve details of refund. API used: /v1/refund/{id}