Charge a split payment by credit card
Charges an immediate credit-card payment and distributes the approved amount across selected contracts and fee allocations.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects a multipart form.
merchant_account_id
credit_card_number
credit_card_exp_date
credit_card_cvc
customer_billing_name
customer_address_1
customer_address_2
customer_city
customer_state
customer_zip
customer_country
customer_phone
customer_email
contracts_id
payment_amounts
payment_total_amount
contract_fees_types_id
is_credit
note
Response
The card split result is returned with gateway status and PaymentResource items
status
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

