List all Refunds

Returns a list of refunds.

Request
Security:
header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Content-Type
required
string
Value: "application/json"
Responses
200

OK

403

When you don't have the right permissions to list refunds.

get/pay/refunds
Request samples
curl -i -X GET \
  https://api.tyro.com/connect/pay/refunds \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json'
Response samples
application/json
{
  • "refunds": [
    ]
}
Copyright © Tyro Payments 2019-2024. All right reserved.