Returns environment token used by RyePay.
The environment token used by RyePay.
import { RyeClient, Marketplace } from "@rye-api/rye-sdk"; const ryeClient = new RyeClient({ authHeader: "<AUTH_HEADER>", shopperIp: "<SHOPPER_IP>", }); const result = await ryeClient.getEnvironmentToken();
Was this page helpful?