Payment confirmation
post
Authorizations
Body
idstring · uuidRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
credit_amountinteger · min: -2147483648 · max: 2147483647Required
free_credit_percentageinteger · min: -2147483648 · max: 2147483647Optional
priceinteger · min: -2147483648 · max: 2147483647Required
stripe_product_idstring | nullableOptional
stripe_price_idstring | nullableOptional
Responses
200Success
application/json
post
POST /api/bundles/payment-confirmation HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 208
{
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:14:45.857Z",
"name": "text",
"credit_amount": 1,
"free_credit_percentage": 1,
"price": 1,
"stripe_product_id": "text",
"stripe_price_id": "text"
}
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:14:45.857Z",
"updated_at": "2025-07-23T12:14:45.857Z",
"name": "text",
"credit_amount": 1,
"free_credit_percentage": 1,
"price": 1,
"stripe_product_id": "text",
"stripe_price_id": "text"
}