v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBPlatform Fees
Retrieve a platform fee by Id
This is used to fetch a platform fee by its platformFeeId
get/platform-fees/{platformFeeId}
Path parameters
platformFeeIdstring required
Example:pf_01FCTS1XMKH9FF43CAFA4CXT3P
PlatformFee to retrieve
Response
Successfully retrieved the given PlatformFee
Example response
{
"id": "pf_01FCTS1XMKH9FF43CAFA4CXT3P",
"paymentSessionId": "ps_01JJPPAZTNN38EMDJ72FASHE7R",
"amount": 40,
"paymentAmount": 450,
"processingFee": 7,
"refundedAmount": 45,
"netAmount": 33,
"currency": "GBP",
"fromAccountId": "ac_b83f2653-06d7-44a9-a548-5825e8186004",
"createdTimestamp": 1470989538
}