GuidesAPI ReferenceChangelog
API Reference

Create Partner Fee

Create a partner fee charged to your customers, under the given account.

Scope:

  • Create on the main account to set a default fee that applies to all sub-accounts.
  • Create on a sub-account to set a fee that applies only to that sub-account.

Fee matching: when a transaction occurs, a sub-account fee takes priority over the main-account default, and the most targeted fee wins.

external_id: required valid UUID in the request body, unique to this create request. Reusing an existing value returns a conflict. If a previous create timed out, look it up via the list endpoint with the external_id query parameter instead of replaying the create request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Account ID (main or sub-account)

Body Params
fee
required

Fee definition of a partner fee, discriminated by fee_type.

string
required

Required valid UUID, unique to this create request. Reusing an existing
value returns 409. Use it to look the fee up via the list endpoint.

Responses

Language
Credentials
Bearer
OneMoney-HMAC-SHA256
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json