Business To Business API (${API_VERSION})

Download OpenAPI specification:Download

The business to business API expose various endpoints that supplies information related to transactions

Find customer information

Find a customer account via a unique identifier.

Authorizations:
widtoken
Request Body schema: application/json
id
string (CustomerId)

The identification of a customer in the external system

Responses

Request samples

Content type
application/json
{ }

Response samples

Content type
application/json
{
  • "id": "123-332",
  • "creditLimit": 123.15,
  • "discount": {
    },
  • "name": "Harrows",
  • "requireRequisition": false,
  • "requireIdentification": false
}