OrderNPayAuthTokenRequest Model

Required MaxLength(64)
providerOutletID : string

The provider's Outlet ID

Required MaxLength(128)
posRemoteID : string

The POS's unique organisation + outlet id key

Required MaxLength(128)
authSecret : string

A shared secret for the outlet authentication flow

Example
{
  "providerOutletID": "string value",
  "posRemoteID": "string value",
  "authSecret": "string value"
}