v2

latestOpenAPI 3.1.02026-08-054181117.0 KB

Refund

Information about a specific refund.

get/refunds/{id}

Path parameters

idstring required
Example:bpr_1E5BH6AG21S0SKTW

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
refunded_atstring date-time required
notesstring required

Example response

{
  "id": "bpr_1E5BH6AG21S0SKTW",
  "from_buffer_pool_organisation": {
    "id": "org_1GB56M1ST1S0GVNA",
    "name": "Isometric",
    "domain": "isometric.com"
  },
  "to_organisation": {
    "id": "org_1GB56M1ST1S0GVNA",
    "name": "Isometric",
    "domain": "isometric.com"
  },
  "credit_batch_size_total": {
    "credits": 125.632,
    "credit_kgs": 125632
  }
}