마스터 및 투자 계정 간 수수료 처리 시작하기

프로그래밍 방식으로 수수료 처리를 실행합니다.

관리자용

Initiates fee calculation and deduction from investment accounts subscribed to a specific master account — typically tied to a withdrawal request raised in your CRM.

Endpoint

POST [host]/api/admin/fees/v2/fee/feeservice/processext

Request Body

NameTypeRequiredDescription
account_loginstringYesThe account login (number).
request_idstringYesThe withdrawal request id from your external CRM (links the CRM withdrawal to B2COPY fee processing).

About request_id

Your CRM generates a unique id for the withdrawal and passes it as request_id. Reuse the same id in polling requests to track fee-payment status for that withdrawal.

curl -X POST "[host]/api/admin/fees/v2/fee/feeservice/processext" \
  -H "Authorization: Bearer <your-access-token>" \
  -d '{
    "account_login": "123456",
    "request_id": "withdrawal_req_789"
  }'

Response & Statuses

{
  "account_login": "123456",
  "request_id": "withdrawal_req_789",
  "status": 1
}
StatusNameMeaning
1FEE_PROCESS_STATUS_PENDINGProcessing (temporary) — fee payments in progress; start polling.
2FEE_PROCESS_STATUS_SUCCESSDone (final) — all fees paid; no further action.
3FEE_PROCESS_STATUS_ERRORError (final) — check details and retry if needed.

No fee due

If no fee deduction is required, the response returns FEE_PROCESS_STATUS_SUCCESS immediately, without a PENDING status.

Polling

  1. Send the initial request

    Call the method with account_login and request_id; on PENDING, wait 3–5 seconds.

  2. Repeat with the same request_id

    Poll the method again using the same id.

  3. Stop on a final status

    Continue until you receive FEE_PROCESS_STATUS_SUCCESS or FEE_PROCESS_STATUS_ERROR.

아직 B2COPY 클라이언트가 아니신가요?

B2COPY를 브로커리지에 도입하고 자동으로 성장하세요

기존 서버에서 카피 트레이딩, PAMM, MAM을 출시하고 최고 트레이더를 성장 엔진으로 만드세요. 호스팅, 모니터링, 지원이 포함됩니다. 어디서 시작할지 모르겠다면 문의해 주세요. 안내해 드리겠습니다.

2–4주

출시까지 소요 시간

$0

인프라 비용

40%+

거래량 증가