PATCH
Update payment account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

payment_account_id
string<uuid>
required

Payment account ID

Body

application/json

JSON payload used to update payment account.

Request payload for update payment account.

property_id
string<uuid> | null

UUID identifier for property.

bank_name
string | null

Bank name for the payment account.

Maximum string length: 120
sepay_bank_code
string | null

sepay bank code value for update payment account request.

Maximum string length: 32
bank_account_number
string | null

Bank account number used for tenant transfers.

Maximum string length: 80
bank_account_holder
string | null

Name of the bank account holder for transfers.

Maximum string length: 120
transfer_template
string | null

Payment transfer instructions or template text.

Maximum string length: 1000
is_default
boolean | null

Whether this account or setting is the default choice.

Response

Updated payment account

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.