Update a provider configAsk AIput https://api.staging.payrails.io/payment/providers/{providerId}/configs/{providerConfigId}Trigger an action to update the provider config.Path ParamsproviderIduuidrequiredIdentifier of the resource in Payrails.providerConfigIduuidrequiredIdentifier of the resource in Payrails.Body ParamsaccountNamestringAccount name of the provider.configobjectconfig objectaccountDisplayNamestringAccount display name of the provider.additionalDataobject | nullCustom key-value data included in authorization webhook notifications. Do not store secrets, credentials, or personally identifiable information (PII). Pass an empty object to clear previously stored data.additionalData object | nullHeadersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 11 months ago