The API allows a POS to accept Embedded Payments payments.
Embedded Payments API (1.0)
Overview
Languages
Servers
Production
https://api.tyro.com/connect
Security
JWT
- Productionhttps://api.tyro.com/connect/tap-to-pay/merchants
- 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 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "results": [ { … }, { … }, { … } ] }
- Productionhttps://api.tyro.com/connect/tap-to-pay/merchants/{merchantId}
- 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/{merchantId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "mid": "98765", "posReference": "SydneyShop", "isAuthorised": true, "displayName": "Bobs Burger Shop" }