node-slipok
is a wrapper around SlipOK's API
import { Client } from "slipok";
const client = new Client("Branch ID", "API Key");
(async () => {
console.log(
await client.checkSlip(
"0041000600000101030040220013071152533APM077365102TH91048134",
),
);
})();
SlipOK is a trademark of SLIPOK CO., LTD. We are not endorsed by or affiliated with SLIPOK.