Create non-insurance payer payment

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Request

This endpoint expects an object.
non_insurance_payer_idUUIDRequired
amount_centsintegerRequired
allocationslist of objectsRequired
payment_timestampdatetimeOptional
payment_notestringOptional
check_numberstringOptional
invoice_idUUIDOptional

Response

This endpoint returns an object.
non_insurance_payer_payment_idUUID
non_insurance_payerobject
amount_centsinteger
allocationslist of objects
check_numberstringOptional
payment_timestampdatetimeOptional
payment_notestringOptional
invoice_idUUIDOptional

Errors