v1
latestOpenAPI 3.1.02026-07-245018.1 KB/appointments/:id/payments
Retrieve a list of payment transactions for a particular appointment.
get/appointments/{id}/payments
Path parameters
idinteger required
Appointment ID
Response
200
Example response
[
{
"transactionID": "pi_123456abcdef",
"created": "2016-01-22T09:27:51-0800",
"processor": "stripe",
"amount": "300.00"
}
]