Get a refund.
GET {{baseUrl}}/v4/refunds/:uid?locationUid=00000000-0000-0000-0000-000000000000
Gets a refund that has previously been created.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
locationUid | string | (Required) Podium unique identifier for location. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"amount":100,"cardBrand":"visa","cardLast4":"4242","createdAt":"2015-01-23T23:50:07Z","location":{"uid":"00000000-0000-0000-0000-000000000000"},"notes":["The product did not function properly.","The product did not function properly."],"reason":"fraudulent","settledAt":"2015-01-23T23:50:07Z","status":"created","uid":"00000000-0000-0000-0000-000000000000"},"metadata":{"url":"https://www.podium.com/"}}