Charge a credit card immediately
Charges a SchoolSet contract immediately through the selected merchant account using the credit-card fields sent as multipart form data.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects a multipart form.
merchant_account_id
contract_id
payment_amount
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
fees_priority
note
Response
Credit-card payment accepted
status
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

