Create a provider config with authenticated onboardingCopy Pagepost https://api.staging.payrails.io/payment/providers/{providerId}/configs/authenticatedTrigger an action to create the provider config after completing an authenticated onboarding flow.Path ParamsproviderIduuidrequiredIdentifier of the resource in Payrails.Body ParamsParameters for authenticated provider onboarding. authentication carries the credentials returned by the onboarding flow, depending on the authentication mode.iduuidOptional ID for the provider configuration. If not specified, a new ID is automatically generated.accountNamestringrequired^[a-zA-Z0-9_-]*$Account name of the provider.configobjectconfig objectaccountDisplayNamestringAccount display name of the provider.workspacesarray of uuidsList of workspaces that the provider configuration will be assigned.workspacesADD uuidworkspaceIduuid | nulldeprecatedDeprecated (use workspaces), Workspace ID that the provider configuration will be assigned.additionalDataobjectCustom key-value data included in authorization webhook notifications. Do not store secrets, credentials, or personally identifiable information (PII).additionalData objectauthenticationModestringenumrequiredAuthentication mode used for provider onboarding.noneoauthtrackingIdAllowed:noneoauthtrackingIdauthenticationobjectProvider onboarding credentials returned by the authentication flow.authentication objectHeadersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 201Created. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 429Too Many Requests.Updated 4 months ago Update a provider config statusUpdate a provider config with authenticated onboardingDid this page help you?YesNo