Payment confirmation
post
Authorizations
Body
idstring · uuidRead-onlyRequired
planall ofRead-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 | nullableOptional
billing_datestring · date | nullableOptional
paid_atstring · date-time | nullableOptional
is_custombooleanOptional
titlestring | nullableOptional
descriptionstring | nullableOptional
stripe_price_idstring | nullableOptional
due_datestring · date | nullableOptional
service_datestring · date | nullableOptional
waive_reasonstring | nullableOptional
payment_termone ofOptional
string · enumOptionalPossible values:
one-time
- One-timeinstallment
- Installment
undefined · enumOptionalPossible values:
number_of_paymentsinteger | nullableOptional
number_of_installmentsinteger | nullableOptional
frequencystring | nullableOptional
waived_atstring · date-time | nullableOptional
Responses
200Success
application/json
post
POST /api/church/invoices/payment-confirmation HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 516
{
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:42:11.021Z",
"invoice_id": "text",
"status": "unpaid",
"amount": "text",
"payment_method": "text",
"billing_date": "2025-07-23",
"paid_at": "2025-07-23T12:42:11.021Z",
"is_custom": true,
"title": "text",
"description": "text",
"stripe_price_id": "text",
"due_date": "2025-07-23",
"service_date": "2025-07-23",
"waive_reason": "text",
"payment_term": "one-time",
"number_of_payments": 1,
"number_of_installments": 1,
"frequency": "text",
"waived_at": "2025-07-23T12:42:11.021Z"
}
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"plan": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"monthly_free_credits": 1,
"perks": null,
"prices": null
},
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:42:11.021Z",
"updated_at": "2025-07-23T12:42:11.021Z",
"invoice_id": "text",
"status": "unpaid",
"amount": "text",
"payment_method": "text",
"billing_date": "2025-07-23",
"paid_at": "2025-07-23T12:42:11.021Z",
"is_custom": true,
"title": "text",
"description": "text",
"stripe_price_id": "text",
"due_date": "2025-07-23",
"service_date": "2025-07-23",
"waive_reason": "text",
"payment_term": "one-time",
"number_of_payments": 1,
"number_of_installments": 1,
"frequency": "text",
"waived_at": "2025-07-23T12:42:11.021Z"
}