Update Fee for Institution

Overview

Update fees applicable for the institution.

Resource Access

POST https://<hostname>/institution/v1/institution/<institutionId>/fees

Example Request

🚧

POST https://<hostname>/institution/v1/institution/<institution>/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