Invoices
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptional
Number of results to return per page.
offsetintegerOptional
The initial index from which to return the results.
Responses
200Success
application/json
get
/api/church/invoices200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
invoice_idstring · max: 20Required
statusstring · enumOptionalPossible values:
unpaid- Unpaidpaid- Paidfailed- Failedoverdue- Overduewaived- Waived
amountstring · decimalRequiredPattern:
^-?\d{0,8}(?:\.\d{0,2})?$payment_methodstring · max: 100 · nullableOptional
billing_datestring · date · nullableOptional
paid_atstring · date-time · nullableOptional
is_custombooleanOptional
titlestring · max: 255 · nullableOptional
descriptionstring · nullableOptional
stripe_price_idstring · nullableOptional
due_datestring · date · nullableOptional
service_datestring · date · nullableOptional
waive_reasonstring · max: 255 · nullableOptional
payment_termone ofOptional
string · enumOptionalPossible values:
one-time- One-timeinstallment- Installment
undefined · enumOptionalPossible values:
number_of_paymentsinteger · min: -2147483648 · max: 2147483647 · nullableOptional
number_of_installmentsinteger · min: -2147483648 · max: 2147483647 · nullableOptional
frequencystring · nullableOptional
waived_atstring · date-time · nullableOptional
Responses
201Success
application/json
post
/api/church/invoices201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this invoice.
Responses
200Success
application/json
get
/api/church/invoices/{id}200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this invoice.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
invoice_idstring · max: 20Required
statusstring · enumOptionalPossible values:
unpaid- Unpaidpaid- Paidfailed- Failedoverdue- Overduewaived- Waived
amountstring · decimalRequiredPattern:
^-?\d{0,8}(?:\.\d{0,2})?$payment_methodstring · max: 100 · nullableOptional
billing_datestring · date · nullableOptional
paid_atstring · date-time · nullableOptional
is_custombooleanOptional
titlestring · max: 255 · nullableOptional
descriptionstring · nullableOptional
stripe_price_idstring · nullableOptional
due_datestring · date · nullableOptional
service_datestring · date · nullableOptional
waive_reasonstring · max: 255 · nullableOptional
payment_termone ofOptional
string · enumOptionalPossible values:
one-time- One-timeinstallment- Installment
undefined · enumOptionalPossible values:
number_of_paymentsinteger · min: -2147483648 · max: 2147483647 · nullableOptional
number_of_installmentsinteger · min: -2147483648 · max: 2147483647 · nullableOptional
frequencystring · nullableOptional
waived_atstring · date-time · nullableOptional
Responses
200Success
application/json
put
/api/church/invoices/{id}200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this invoice.
Responses
204
No response body
delete
/api/church/invoices/{id}204
No response body
No content
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this invoice.
Body
idstring · uuidRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
invoice_idstring · max: 20Optional
statusstring · enumOptionalPossible values:
unpaid- Unpaidpaid- Paidfailed- Failedoverdue- Overduewaived- Waived
amountstring · decimalOptionalPattern:
^-?\d{0,8}(?:\.\d{0,2})?$payment_methodstring · max: 100 · nullableOptional
billing_datestring · date · nullableOptional
paid_atstring · date-time · nullableOptional
is_custombooleanOptional
titlestring · max: 255 · nullableOptional
descriptionstring · nullableOptional
stripe_price_idstring · nullableOptional
due_datestring · date · nullableOptional
service_datestring · date · nullableOptional
waive_reasonstring · max: 255 · nullableOptional
payment_termone ofOptional
string · enumOptionalPossible values:
one-time- One-timeinstallment- Installment
undefined · enumOptionalPossible values:
number_of_paymentsinteger · min: -2147483648 · max: 2147483647 · nullableOptional
number_of_installmentsinteger · min: -2147483648 · max: 2147483647 · nullableOptional
frequencystring · nullableOptional
waived_atstring · date-time · nullableOptional
Responses
200Success
application/json
patch
/api/church/invoices/{id}200Success