REST API | Visa Platform Connect

Creating a Merchant Account Using the API

To create a merchant account, you must send at least two requests: one to create the merchant organization and one to create a subordinate transacting organization.
  1. Send a POST request to:

    ADDITIONAL INFORMATION

    Production:
    https://api.smartpayfuse.barclaycard
    /boarding/v1/registrations
    Test:
    https://api.smartpayfuse-test.barclaycard
    /boarding/v1/registrations
  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.