Bundles

get
Authorizations
Responses
200Success
application/json
get
GET /api/bundles HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "legacy_id": "text",
    "nextgen_legacy_id": "text",
    "created_at": "2025-07-23T12:16:39.941Z",
    "updated_at": "2025-07-23T12:16:39.941Z",
    "name": "text",
    "credit_amount": 1,
    "free_credit_percentage": 1,
    "price": 1,
    "stripe_product_id": "text",
    "stripe_price_id": "text"
  }
]
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
201Success
application/json
post
POST /api/bundles 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:16:39.941Z",
  "name": "text",
  "credit_amount": 1,
  "free_credit_percentage": 1,
  "price": 1,
  "stripe_product_id": "text",
  "stripe_price_id": "text"
}
201Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:16:39.941Z",
  "updated_at": "2025-07-23T12:16:39.941Z",
  "name": "text",
  "credit_amount": 1,
  "free_credit_percentage": 1,
  "price": 1,
  "stripe_product_id": "text",
  "stripe_price_id": "text"
}
get
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this bundle.

Responses
200Success
application/json
get
GET /api/bundles/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:16:39.941Z",
  "updated_at": "2025-07-23T12:16:39.941Z",
  "name": "text",
  "credit_amount": 1,
  "free_credit_percentage": 1,
  "price": 1,
  "stripe_product_id": "text",
  "stripe_price_id": "text"
}
put
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this bundle.

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
put
PUT /api/bundles/{id} 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:16:39.941Z",
  "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:16:39.941Z",
  "updated_at": "2025-07-23T12:16:39.941Z",
  "name": "text",
  "credit_amount": 1,
  "free_credit_percentage": 1,
  "price": 1,
  "stripe_product_id": "text",
  "stripe_price_id": "text"
}
delete
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this bundle.

Responses
204
No response body
delete
DELETE /api/bundles/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
204

No response body

No content

patch
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this bundle.

Body
idstring · uuidRead-onlyOptional
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestring · max: 255Optional
credit_amountinteger · min: -2147483648 · max: 2147483647Optional
free_credit_percentageinteger · min: -2147483648 · max: 2147483647Optional
priceinteger · min: -2147483648 · max: 2147483647Optional
stripe_product_idstring | nullableOptional
stripe_price_idstring | nullableOptional
Responses
200Success
application/json
patch
PATCH /api/bundles/{id} 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:16:39.941Z",
  "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:16:39.941Z",
  "updated_at": "2025-07-23T12:16:39.941Z",
  "name": "text",
  "credit_amount": 1,
  "free_credit_percentage": 1,
  "price": 1,
  "stripe_product_id": "text",
  "stripe_price_id": "text"
}