Sandbox Mode

The SDK offers a sandbox mode to aid testing. Enable it by setting the sandbox option to true.

const boomPay = new BoomPay({
  apiKey: 'your-api-key',
  sandbox: true, // Enable sandbox mode
});