For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Network API
      • GETRetrieve Fee Plan
      • GETList fee plans
      • FeeRate
      • FeePlan
  • Customer Request API
  • Management API
LogoLogo
Network APIFee Plans

FeePlan

Example
1{
2 "id": "FEE_kewjsmjt35t8qhzyjeqcst5me",
3 "rate": {
4 "basis_points": 160,
5 "fixed_amount": 20
6 },
7 "currency": "USD",
8 "status": "ACTIVE",
9 "reference_id": "external-id",
10 "metadata": {},
11 "created_at": "2023-01-01T12:00:00Z",
12 "updated_at": "2023-01-01T12:00:00Z"
13}
Was this page helpful?
Previous

Address

Next
Built with

Response

fee_planobjectRequired
The full fee plan that PSPs can use to set the buy rates for specific merchants.