Create a payment credit type
Creates a named credit type and optionally associates its default fundraising fund and campaign.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
name
description
is_active
default_fund_id
default_campaign_id
Response
Credit type created successfully.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

