The API allows a POS to accept Embedded Payments payments.
Embedded Payments API (1.0)
Overview
Languages
Servers
Production
https://api.tyro.com/connect
- Productionhttps://api.tyro.com/connect/tap-to-pay/merchants/{merchantId}/locations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.tyro.com/connect/tap-to-pay/merchants/98765/locations \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'The list of locations for the provided merchant ID
The results for the locations for the provided merchant ID
The ID of the location as specified by the Tyro Connect system
Example: "tc-exampleshop-3000"
The name of the location, this could be a description or address for the location
Example: "Example Shop Melbourne"
Response
application/json
{ "results": [ { … }, { … } ] }