Transactions

get
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this transaction.

Responses
200Success
application/json
get
GET /api/give/transactions/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "amount": "text",
  "payment_id": "text",
  "status": "PENDING",
  "source": "text",
  "last4": "text",
  "date": "text",
  "via": "text",
  "contribution_type": "text",
  "contribution_type_id": "text",
  "contribution_id": "text",
  "recurring": true,
  "memo": "text",
  "subscription": "text",
  "card_number": "text",
  "card_brand": "text",
  "card_expiration_month": "text",
  "card_expiration_year": "text",
  "card_holder_name": "text",
  "user": "text",
  "guest": "text",
  "created_at": "2025-07-23T12:20:15.126Z"
}