Payment methods

get
Authorizations
Responses
200Success
application/json
get
GET /api/church/payment-methods 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:24:26.755Z",
    "updated_at": "2025-07-23T12:24:26.755Z",
    "bank_name": "text",
    "routing_number": "text",
    "number": "text",
    "expiration_month": "text",
    "expiration_year": "text",
    "holder_name": "text",
    "is_default": true,
    "type": "card",
    "brand": "text"
  }
]
post
Authorizations
Body
idstring · uuidRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
bank_namestring | nullableOptional
routing_numberstring | nullableOptional
numberstring | nullableOptional
expiration_monthstring | nullableOptional
expiration_yearstring | nullableOptional
holder_namestring | nullableOptional
is_defaultbooleanOptional
typestring · enumOptional
  • card - Card
  • bank - Bank
Possible values:
brandstring | nullableOptional
Responses
201Success
application/json
post
POST /api/church/payment-methods HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 265

{
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:24:26.755Z",
  "bank_name": "text",
  "routing_number": "text",
  "number": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "type": "card",
  "brand": "text"
}
201Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:24:26.755Z",
  "updated_at": "2025-07-23T12:24:26.755Z",
  "bank_name": "text",
  "routing_number": "text",
  "number": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "type": "card",
  "brand": "text"
}
get
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this payment method.

Responses
200Success
application/json
get
GET /api/church/payment-methods/{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:24:26.755Z",
  "updated_at": "2025-07-23T12:24:26.755Z",
  "bank_name": "text",
  "routing_number": "text",
  "number": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "type": "card",
  "brand": "text"
}
put
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this payment method.

Body
idstring · uuidRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
bank_namestring | nullableOptional
routing_numberstring | nullableOptional
numberstring | nullableOptional
expiration_monthstring | nullableOptional
expiration_yearstring | nullableOptional
holder_namestring | nullableOptional
is_defaultbooleanOptional
typestring · enumOptional
  • card - Card
  • bank - Bank
Possible values:
brandstring | nullableOptional
Responses
200Success
application/json
put
PUT /api/church/payment-methods/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 265

{
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:24:26.755Z",
  "bank_name": "text",
  "routing_number": "text",
  "number": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "type": "card",
  "brand": "text"
}
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:24:26.755Z",
  "updated_at": "2025-07-23T12:24:26.755Z",
  "bank_name": "text",
  "routing_number": "text",
  "number": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "type": "card",
  "brand": "text"
}
delete
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this payment method.

Responses
204
No response body
delete
DELETE /api/church/payment-methods/{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 payment method.

Body
idstring · uuidRead-onlyOptional
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyOptional
bank_namestring | nullableOptional
routing_numberstring | nullableOptional
numberstring | nullableOptional
expiration_monthstring | nullableOptional
expiration_yearstring | nullableOptional
holder_namestring | nullableOptional
is_defaultbooleanOptional
typestring · enumOptional
  • card - Card
  • bank - Bank
Possible values:
brandstring | nullableOptional
Responses
200Success
application/json
patch
PATCH /api/church/payment-methods/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 265

{
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:24:26.755Z",
  "bank_name": "text",
  "routing_number": "text",
  "number": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "type": "card",
  "brand": "text"
}
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:24:26.755Z",
  "updated_at": "2025-07-23T12:24:26.755Z",
  "bank_name": "text",
  "routing_number": "text",
  "number": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "type": "card",
  "brand": "text"
}