REST API | Visa Platform Connect

Adding a New Product to an Existing Organization Using the API

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

    ADDITIONAL INFORMATION

    Production:
    https://api.smartpayfuse.barclaycard
    /products/v1/product-setups/organizationId

    ADDITIONAL INFORMATION

    Test:
    https://api.smartpayfuse-test.barclaycard
    /products/v1/product-setups/organizationId

    ADDITIONAL INFORMATION

    Where
    organizationId
    is the ID returned in the boarding response of the transacting organization to which these changes will apply. Include only the fields you want to update.
  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.