Skip to content
Developerhome

Provider API - Update your provider

  Less than to read

If you need to update information about your provider, such as changing the capabilities or rules, this can be done by sending a PATCH request to the Payments Out Provider API like:

{PATCH} api-provider-v1/providers/{providerId}

where the {providerId} is the guid of the provider that you want to update.

When patching a provider you must include all elements that you want to include. Omitting an element will remove it from the provider rules.

For more details such as which headers and request body fields are required or available on the request to be successful and an example payload and example response for this request, see the following page: Provider API - Update a provider