Retrieve a Pay Request

This endpoint is for fetching Pay Requests.

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

The Pay Request response

404

When the provided payRequestId does not match a Pay Request stored in the system.

get/pay-terminal/requests/{payRequestId}
Request samples
curl -i -X GET \
  'https://api.tyro.com/connect/pay-terminal/requests/{payRequestId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "id": "a2be1eaf-b873-4aa9-9530-fc3007231572",
  • "mid": "123",
  • "tid": "456",
  • "status": "SUCCESS",
  • "total": {
    },
  • "options": {
    },
  • "origin": {
    },
  • "transactionProgress": {
    },
  • "pendingDecision": {
    },
  • "receipts": {
    },
  • "transactionOutcome": {
    }
}
Copyright © Tyro Payments 2019-2024. All right reserved.