Set Sub-Payee Fee

Endpoint is used to set the fee percentage for sub-payees, these will be fees taken from your sub-payee transactions and redistributed to your parent payee wallet.

Headers

  • Content-Type: application/json

  • x-api-key: Parent Payee API key

Request Body

  • fee: number

Example Request

curl "https://api.bindpay.com/v1/payees/set-subpayee-fee" \
  -H "Content-Type: application/json" \
  -H "x-api-key: your_api_key_here" \
  -d '{"fee": 0.05}'

Last updated