List Pay Methods

This endpoint is for fetching Pay Methods

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

The Pay Methods response

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