curl --location --request GET 'https://demo.myshopify.com//admin/api//tender_transactions.json'
{
"tender_transactions": [
{
"id": 1011222852,
"order_id": 450789469,
"amount": "250.94",
"currency": "USD",
"user_id": null,
"test": false,
"processed_at": "2005-08-07T10:22:51-04:00",
"remote_reference": "authorization-key",
"payment_details": null,
"payment_method": "credit_card"
},
{
"id": 1011222851,
"order_id": 450789469,
"amount": "250.94",
"currency": "USD",
"user_id": null,
"test": false,
"processed_at": "2005-08-05T10:22:51-04:00",
"remote_reference": "authorization-key",
"payment_details": null,
"payment_method": "credit_card"
}
]
}