Purchase history
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/api/bundles/purchase-history200Success
GET /api/bundles/purchase-history HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2026-02-17T04:25:25.050Z",
"updated_at": "2026-02-17T04:25:25.050Z",
"name": "text",
"credit_amount": 1,
"free_credit_percentage": 1,
"price": 1,
"stripe_product_id": "text",
"stripe_price_id": "text"
}