On This Page
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:
- Send a POST request to one of the following:
ADDITIONAL INFORMATION
Production:https://api.smartpayfuse.barclaycard/products/v1/product-setups/organizationIdADDITIONAL INFORMATION
Test:https://api.smartpayfuse-test.barclaycard/products/v1/product-setups/organizationIdADDITIONAL INFORMATION
WhereorganizationIdis 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. - 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.