Get refund
Fetch a refund.
GET
C#
This endpoint requires the transactions.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
Examples:
"default"
Path Parameters
The ID of the refund
Examples:
"6a1d4e46-14ed-4fe1-a45f-eff4e025d211"
Response
200
application/json
Successful Response
The response is of type object
.
C#