Cards

get
Authorizations
Responses
200Success
application/json
get
GET /api/users/cards HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "last4": "text",
    "legacy_id": "text",
    "nextgen_legacy_id": "text",
    "created_at": "2025-07-23T12:26:08.779Z",
    "updated_at": "2025-07-23T12:26:08.779Z",
    "number": "text",
    "cvv": "text",
    "expiration_month": "text",
    "expiration_year": "text",
    "holder_name": "text",
    "is_default": true,
    "token": "text",
    "brand": "text",
    "type": "token",
    "is_hidden": true,
    "processor": "text",
    "guest": "123e4567-e89b-12d3-a456-426614174000"
  }
]
post
Authorizations
Body
idstring · uuidRead-onlyRequired
userstring · uuidWrite-onlyRequired
last4stringRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
numberstring · max: 30Required
cvvstring | nullableOptional
expiration_monthstring · max: 2Required
expiration_yearstring · max: 4Required
holder_namestring · max: 100Required
is_defaultbooleanOptional
tokenstring | nullableOptional
brandstring | nullableOptional
typestring · enumOptional
  • token - Token
  • card - Card
  • payment_profile - Payment Profile
Possible values:
is_hiddenbooleanOptional
processorstring | nullableOptional
gueststring · uuid | nullableOptional
Responses
201Success
application/json
post
POST /api/users/cards HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 380

{
  "user": "123e4567-e89b-12d3-a456-426614174000",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:26:08.779Z",
  "number": "text",
  "cvv": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "token": "text",
  "brand": "text",
  "type": "token",
  "is_hidden": true,
  "processor": "text",
  "guest": "123e4567-e89b-12d3-a456-426614174000"
}
201Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "last4": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:26:08.779Z",
  "updated_at": "2025-07-23T12:26:08.779Z",
  "number": "text",
  "cvv": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "token": "text",
  "brand": "text",
  "type": "token",
  "is_hidden": true,
  "processor": "text",
  "guest": "123e4567-e89b-12d3-a456-426614174000"
}
get
Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
get
GET /api/users/cards/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "last4": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:26:08.779Z",
  "updated_at": "2025-07-23T12:26:08.779Z",
  "number": "text",
  "cvv": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "token": "text",
  "brand": "text",
  "type": "token",
  "is_hidden": true,
  "processor": "text",
  "guest": "123e4567-e89b-12d3-a456-426614174000"
}
put
Authorizations
Path parameters
idstringRequired
Body
idstring · uuidRead-onlyRequired
userstring · uuidWrite-onlyRequired
last4stringRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
numberstring · max: 30Required
cvvstring | nullableOptional
expiration_monthstring · max: 2Required
expiration_yearstring · max: 4Required
holder_namestring · max: 100Required
is_defaultbooleanOptional
tokenstring | nullableOptional
brandstring | nullableOptional
typestring · enumOptional
  • token - Token
  • card - Card
  • payment_profile - Payment Profile
Possible values:
is_hiddenbooleanOptional
processorstring | nullableOptional
gueststring · uuid | nullableOptional
Responses
200Success
application/json
put
PUT /api/users/cards/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 380

{
  "user": "123e4567-e89b-12d3-a456-426614174000",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:26:08.779Z",
  "number": "text",
  "cvv": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "token": "text",
  "brand": "text",
  "type": "token",
  "is_hidden": true,
  "processor": "text",
  "guest": "123e4567-e89b-12d3-a456-426614174000"
}
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "last4": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:26:08.779Z",
  "updated_at": "2025-07-23T12:26:08.779Z",
  "number": "text",
  "cvv": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "token": "text",
  "brand": "text",
  "type": "token",
  "is_hidden": true,
  "processor": "text",
  "guest": "123e4567-e89b-12d3-a456-426614174000"
}
delete
Authorizations
Path parameters
idstringRequired
Responses
204
No response body
delete
DELETE /api/users/cards/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
204

No response body

No content

patch
Authorizations
Path parameters
idstringRequired
Body
idstring · uuidRead-onlyOptional
userstring · uuidWrite-onlyOptional
last4stringRead-onlyOptional
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyOptional
numberstring · max: 30Optional
cvvstring | nullableOptional
expiration_monthstring · max: 2Optional
expiration_yearstring · max: 4Optional
holder_namestring · max: 100Optional
is_defaultbooleanOptional
tokenstring | nullableOptional
brandstring | nullableOptional
typestring · enumOptional
  • token - Token
  • card - Card
  • payment_profile - Payment Profile
Possible values:
is_hiddenbooleanOptional
processorstring | nullableOptional
gueststring · uuid | nullableOptional
Responses
200Success
application/json
patch
PATCH /api/users/cards/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 380

{
  "user": "123e4567-e89b-12d3-a456-426614174000",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:26:08.779Z",
  "number": "text",
  "cvv": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "token": "text",
  "brand": "text",
  "type": "token",
  "is_hidden": true,
  "processor": "text",
  "guest": "123e4567-e89b-12d3-a456-426614174000"
}
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "last4": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:26:08.779Z",
  "updated_at": "2025-07-23T12:26:08.779Z",
  "number": "text",
  "cvv": "text",
  "expiration_month": "text",
  "expiration_year": "text",
  "holder_name": "text",
  "is_default": true,
  "token": "text",
  "brand": "text",
  "type": "token",
  "is_hidden": true,
  "processor": "text",
  "guest": "123e4567-e89b-12d3-a456-426614174000"
}