Retrieve a Refund Request

Retrieve a Refund Request.

Request
Security:
path Parameters
refundRequestId
required
string
header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Responses
200

The Refund Request response

404

When the provided refundRequestId does not match a Refund Request stored in the system.

get/pay/refunds/{refundRequestId}
Request samples
curl -i -X GET \
  'https://api.tyro.com/connect/pay/refunds/{refundRequestId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "id": "2d448ac1-862a-4c7b-bdb4-a3b7cdbf6143",
  • "payRequestId": "0f448ac1-862a-4c7b-bdb4-a3b7cdbf6149",
  • "total": {
    },
  • "status": "SUCCESS",
  • "createdAt": "2022-11-23T22:39:54.931Z",
  • "updatedAt": "2022-11-23T22:40:48.237Z"
}
Copyright © Tyro Payments 2019-2024. All right reserved.