v1

latestOpenAPI 3.0.02026-08-0696238481.7 KB
Platform Fees

Retrieve platform fee refund(s)

This is used to fetch a platform fee refunds by their platformFeeId

get/platform-fees/{platformFeeId}/refunds

Path parameters

platformFeeIdstring required
Example:pf_01FCTS1XMKH9FF43CAFA4CXT3P

PlatformFee to retrieve refunds for

Response

Successfully retrieved the platform fee refunds

Example response

{
  "items": [
    {
      "id": "fr_01FM9XMMV1MYDG6NGMHPDE065N_01FM9XNFXDYXAT0BJN5BBN794B",
      "platformFeeId": "pf_01FM9XMMV1MYDG6NGMHPDE065N",
      "amount": 5,
      "currency": "GBP",
      "reason": "Requested by the customer",
      "status": "Succeeded",
      "createdTimestamp": 1470989538,
      "lastUpdatedTimestamp": 1470989538
    }
  ]
}