Retrieve a single refund for the location.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/refund/{refundId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/location/{locationId}/refund/{refundId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/refund/1234' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Refund found
Response
{ "amount": { "amount": 50, "currency": "USD" }, "id": 1234, "invoiceId": 1234, "patientId": 1234, "paymentId": 1234, "postedOn": "2025-01-15T14:00:00Z", "surchargeAmount": { "amount": 50, "currency": "USD" }, "surchargeRate": 0.025 }