REST API | Visa Platform Connect

Requesting the Update Using the API

To update an organization's information using the API:
  1. Send a PATCH request to one of the following:

    ADDITIONAL INFORMATION

    Production:
    https://api.smartpayfuse.barclaycard
    /oms/v1/organizations/{organizationId}

    ADDITIONAL INFORMATION

    Test:
    https://api.smartpayfuse-test.barclaycard
    /oms/v1/organizations/{organizationId}

    ADDITIONAL INFORMATION

    Where
    {organizationId}
    is the ID returned in the organization's boarding API response. Include only the fields you want to update. There are no required fields.
  2. Check the response message to make sure that the request was successful. A 200-level HTTP response code indicates success. For information about response codes, see Transaction Response Codes.