Add a parent portal payment
Validates and creates an immediate or recurring payment for the signed-in parent’s current contract. The wallet may be an existing wallet or newly supplied ACH/card details.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
payment_amount
group
Allowed values:
pledge_payment_amount
payment_date
payment_recurring_period_id
amount_per_installment
payment_plan
wallet_id
secondary_wallet_id
wallet
Required when wallet_id is absent.
secondary_wallet
payment_method_id
fee_coverage
donation_type_id
message
Response
Payment or recurring payment created; data is the payment result resource and message is saved for recurring payments.
status
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

