Updates payment rail status for an organization.
Identity
Updates payment rail status for an organization.
Allows disabling or enabling payment rails (payment_rail:ach, payment_rail:fednow, payment_rail:rtp). Requires the org:write:all scope.
Token types: APP, USER | Required scopes: org:write:all
PATCH
Updates payment rail status for an organization.
Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Application (M2M) OAuth2 access token (client credentials).
Path Parameters
The organization ID.
Body
Cancellation token.
Payment rails to disable for the organization. Valid values are: "payment_rail:ach", "payment_rail:fednow", "payment_rail:rtp".
Payment rails to enable for the organization (remove from disabled list). Valid values are: "payment_rail:ach", "payment_rail:fednow", "payment_rail:rtp".
Gets disabled payment rails for an organization.Enables an organization by clearing its deactivation timestamp.