Payment methods

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200Success
application/json
get
/api/church/payment-methods
200Success
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 · enumOptional
  • card - Card
  • bank - Bank
Possible values:
brandstring · max: 50 · nullableOptional
Responses
post
/api/church/payment-methods
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this payment method.

Responses
chevron-right
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 · enumOptional
  • card - Card
  • bank - Bank
Possible values:
brandstring · max: 50 · nullableOptional
Responses
chevron-right
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
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 · enumOptional
  • card - Card
  • bank - Bank
Possible values:
brandstring · max: 50 · nullableOptional
Responses
chevron-right
200Success
application/json
patch
/api/church/payment-methods/{id}
200Success