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
      • GETList merchants
      • POSTCreate merchant
      • PUTUpsert merchant
      • GETRetrieve merchant
      • PATCHUpdate merchant
      • Merchant
      • POSTEvent: merchant.status.updated
      • MerchantFeePlans
  • Customer Request API
  • Management API
LogoLogo
Network APIMerchants

MerchantFeePlans

Example
1{
2 "in_app_fee_plan_id": "FEE_kewjsmjt35t8qhzyjeqcst5me",
3 "in_person_fee_plan_id": "FEE_kewjsmjt35t8qhzyjeqcst5me",
4 "online_fee_plan_id": "FEE_kewjsmjt35t8qhzyjeqcst5me"
5}
Was this page helpful?
Previous

List customers

Next
Built with

Response

merchant_fee_plansobjectRequired
Merchant fee plans contains the IDs of the different fee plans for a merchant. These IDs represent the processing fees that merchants will be charged for processing payments for each channel. You can use the Fee Plans API to get all the fee information for each fee plan.