Skip to main content
PATCH
Updates payment rail status for an organization.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Path Parameters

organizationId
string<uuid>
required

The organization ID.

Body

Cancellation token.

disable
null | string[]

Payment rails to disable for the organization. Valid values are: "payment_rail:ach", "payment_rail:fednow", "payment_rail:rtp".

enable
null | string[]

Payment rails to enable for the organization (remove from disabled list). Valid values are: "payment_rail:ach", "payment_rail:fednow", "payment_rail:rtp".

Response

Payment rails updated successfully.

disabledPaymentRails
string[]
required
organizationId
string<uuid>
required