Skip to main content
PUT
Update Organisation

Authorizations

X-API-KEY
string
header
required

Body

application/json

Update organisation request

email_notification_option
string

Email notification preference for the organisation.

fee_payer
string

Who pays network or platform fees (merchant or customer).

forwarded_email_recipients
string[]

Additional email addresses that receive forwarded notifications.

logo_url
string

URL of the organisation logo (when brand allows logo updates).

name
string

Organisation display name (when brand allows name updates).

underpay_tolerance_amount
number

Absolute underpayment tolerance amount accepted for payments.

underpay_tolerance_percent
number

Underpayment tolerance as a percentage of the amount due.

webhook_url
string

HTTPS URL that receives webhook events.

Response

OK

data
object

Response payload when the request succeeded.

error
boolean

True when the request failed.

message
string

Human-readable status or error message.