v1

latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KB
Pricing

Get Partner Fee

Retrieve a partner fee by its ID, within the given account's scope.

get/v1/accounts/{account_id}/partner-fees/{fee_id}

Path parameters

account_idstring required

Account ID (main or sub-account)

fee_idstring required

Partner fee ID exposed by OpenAPI.

Example:e9ece207-8fd6-400e-872b-409701e57b74

Partner fee ID (UUID format)

Response

fee_idstring required

Partner fee ID exposed by OpenAPI.

account_idstring required
created_atstring required

Fee creation timestamp (ISO 8601)

modified_atstring required

Last modification timestamp (ISO 8601)

Example response

{
  "fee_id": "e9ece207-8fd6-400e-872b-409701e57b74",
  "fee": {
    "currency": "USD",
    "payment_rail": "US_FEDWIRE",
    "rate": "0.001",
    "fixed": "0.5"
  },
  "created_at": "2026-06-11T08:30:00Z",
  "modified_at": "2026-06-11T08:30:00Z"
}