Skip to main content
Weavr API
Fees

Charge fee to a corporate

POST/corporates/fees/charge

Charges the logged-in corporate one of the custom fees configured in the Multi Portal.

The amount lands in your revenue account, whose balance and history you can see in the Multi Portal.

Request

Available on
SandboxProduction

Header parameters

Request body

*
application/json

The custom fee to be charged to the consumer/corporate.

{}
objectobject · 2 fields

Responses

200OK

Success

Headers
Body
application/json
{}
ChargeFeeChargeFee · object · 7 fields
Response example
{  "transactionId": {    "type": "TRANSFER",    "id": "2468013579"  },  "profileId": "10001",  "feeType": "DEPOSIT_FEE",  "source": {    "id": "123456789",    "type": "managed_accounts"  },  "availableBalanceAdjustment": {    "currency": "GBP",    "amount": 1250  },  "state": {},  "creationTimestamp": 1786118400000}