Replace a payment with a card
Replaces an eligible failed payment by charging a supplied credit card immediately.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Failed payment identifier.
Request
This endpoint expects a multipart form.
merchant_account_id
payment_amount
card_token
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
Replacement card payment processed
status
message
data
PaymentResource for the replacement.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

