All fees configurations related paths.
/fees/configurations
Creates a fee configuration for a fee collection.
account_id
string
required
Account unique identifier.
fee_model_id
string
required
Fee model unique identifier.
{
"fee_model_id": "1df86975-06f4-484d-935e-46b54bab2f6c",
"account_id": "7524949b-31fd-497e-ad92-f52de45341d1"
}
OK
{
"created_at": "2021-07-21T14:10:00.00Z",
"updated_at": "2021-07-21T14:10:00.00Z",
"fee_model_id": "1df86975-06f4-484d-935e-46b54bab2f6c",
"account_id": "7524949b-31fd-497e-ad92-f52de45341d1"
}
/fees/configurations/{account_id}
Retrieve the fee configuration for a specific account.
account_id
string
required
Account unique identifier.
OK
{
"created_at": "2021-07-21T14:10:00.00Z",
"updated_at": "2021-07-21T14:10:00.00Z",
"fee_model_id": "1df86975-06f4-484d-935e-46b54bab2f6c",
"account_id": "7524949b-31fd-497e-ad92-f52de45341d1"
}
/fees/configurations/{account_id}
Update fee configuration
fee_model_id
string
required
Fee model unique identifier.
{
"fee_model_id": "1df86975-06f4-484d-935e-46b54bab2f6c"
}
OK
{
"created_at": "2021-07-21T14:10:00.00Z",
"updated_at": "2021-07-21T14:10:00.00Z",
"fee_model_id": "1df86975-06f4-484d-935e-46b54bab2f6c",
"account_id": "7524949b-31fd-497e-ad92-f52de45341d1"
}
Was this page helpful?