Initiate fee processing between master and investment accounts
Use this API method to initiate fee processing between a master account and a subscribed investment account
Request
Name
Type
Required
Description
curl -X POST "https://demo-standalone-v2.prod.b2copy.tech/api/admin/fees/v2/fee/feeservice/processext" \
-H "Authorization: Bearer <your-access-token>" \
-d '{
"account_login": "123456",
"request_id": "withdrawal_req_789"
}'Response
Polling implementation
Last updated
Was this helpful?

