Update Fee for Buyer

Overview

This route will allow user to update fee for PlastiqPay or expedited shipping for check. Only Internal and Network admins can update the fee.

Resource Access

POST https://<hostname>/buyer/v1/buyer/<buyerId>/fees

Example Request

🚧

POST https://<hostname>/buyer/v1/buyer/<buyerId>/fees
Host: <hostname>
Authorization: Bearer <JWT token>
Content-Type: application/json


[
    {
        "id": "eef7d043-24e3-58b7-8ef9-61849c56e1d7_plastiq_PLASTIQ_SERVICE_FEE_ACH",
        "processor": "plastiq",
        "feeType": "PLASTIQ_SERVICE_FEE",
        "accountType": "ACH",
        "percentage": 2.9
    },
    {
        "id": "eef7d043-24e3-58b7-8ef9-61849c56e1d7_plastiq_PLASTIQ_SERVICE_FEE_CHK",
        "processor": "plastiq",
        "feeType": "PLASTIQ_SERVICE_FEE",
        "accountType": "CHK",
        "percentage": 3
    },
    {
        "id": "eef7d043-24e3-58b7-8ef9-61849c56e1d7_plastiq_PLASTIQ_SERVICE_FEE_WIR",
        "processor": "plastiq",
        "feeType": "PLASTIQ_SERVICE_FEE",
        "accountType": "WIR",
        "percentage": 2.9
    }
]



Example Response

👍

200 OK


Priority Technology Holdings Logo