Refunds
Get a refund
Retrieve the details of an existing refund.
GET
/
refunds
/
{id}
curl --request GET \
--url https://api.plane.com/v1/refunds/{id} \
--header 'Authorization: <authorization>'
Parameters
id
string
requiredThe ID of a refund object.
Was this page helpful?
curl --request GET \
--url https://api.plane.com/v1/refunds/{id} \
--header 'Authorization: <authorization>'