Payment methods
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/api/church/payment-methods200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
bank_namestring · max: 100 · nullableOptional
routing_numberstring · max: 100 · nullableOptional
numberstring · max: 100 · nullableOptional
expiration_monthstring · max: 2 · nullableOptional
expiration_yearstring · max: 4 · nullableOptional
holder_namestring · max: 100 · nullableOptional
is_defaultbooleanOptional
typestring · enumOptionalPossible values:
card- Cardbank- Bank
brandstring · max: 50 · nullableOptional
Responses
201Success
application/json
post
/api/church/payment-methods201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this payment method.
Responses
200Success
application/json
get
/api/church/payment-methods/{id}200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
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 · max: 100 · nullableOptional
routing_numberstring · max: 100 · nullableOptional
numberstring · max: 100 · nullableOptional
expiration_monthstring · max: 2 · nullableOptional
expiration_yearstring · max: 4 · nullableOptional
holder_namestring · max: 100 · nullableOptional
is_defaultbooleanOptional
typestring · enumOptionalPossible values:
card- Cardbank- Bank
brandstring · max: 50 · nullableOptional
Responses
200Success
application/json
put
/api/church/payment-methods/{id}200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this payment method.
Responses
204
No response body
delete
/api/church/payment-methods/{id}204
No response body
No content
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
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 · max: 100 · nullableOptional
routing_numberstring · max: 100 · nullableOptional
numberstring · max: 100 · nullableOptional
expiration_monthstring · max: 2 · nullableOptional
expiration_yearstring · max: 4 · nullableOptional
holder_namestring · max: 100 · nullableOptional
is_defaultbooleanOptional
typestring · enumOptionalPossible values:
card- Cardbank- Bank
brandstring · max: 50 · nullableOptional
Responses
200Success
application/json
patch
/api/church/payment-methods/{id}200Success