Retrieve a Pay Method

Retrieve a Pay Method

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

The Pay Method response

404

When the provided payMethodId does not match a Pay Method stored in the system.

get/pay/methods/{payMethodId}
Request samples
curl -i -X GET \
  'https://api.tyro.com/connect/pay/methods/{payMethodId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "id": "0f448ac1-862a-4c7b-bdb4-a3b7cdbf6149",
  • "customerId": "1d448ac1-862a-4c7b-bdb4-a3b7cdbf6160",
  • "card": {
    }
}
Copyright © Tyro Payments 2019-2024. All right reserved.