Gateway#
The GroupVAN Gateway provides transactional services for ordering, catalog launch, invoicing and statement retrieval. These services connect buyer systems to seller systems through the GroupVAN network.
Base URL#
Environment |
URL |
|---|---|
Production |
|
Staging |
|
Authentication#
All Gateway endpoints require a valid JWT Bearer token in the request header.
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
See Authentication for details on generating a self-signed JWT.
Available Services#
Service |
Method |
Endpoint |
Description |
|---|---|---|---|
POST |
|
Check pricing and availability |
|
POST |
|
Submit purchase orders |
|
POST |
|
Generate catalog session token |
|
GET |
|
Retrieve cart from catalog session |
Postman Collection#
A Postman collection and environment file are available for testing and exploring the Gateway.
Import both files into Postman to get pre-configured requests for all endpoints.
Import Instructions
Open Postman and click Import in the top left.
Import both the collection and environment files.
Select the GroupVAN Gateway environment from the environment dropdown.
Set your
ACCESS_TOKENvalue in the environment variables.The
BASE_URLdefaults to staging. Change it tohttps://gateway.groupvan.comfor production.Send requests. The collection uses
ACCESS_TOKENfor Bearer authentication across all requests.