Welcome to StateSet Commerce Network! This guide will help you get up and running quickly, whether youβre building an e-commerce platform, financial application, or autonomous agent system.
// Test mode - no real money movesconst testClient = new StateSet({ apiKey: 'sk_test_...' // Test key});// Create test paymentsconst payment = await testClient.payments.create({ amount: 100.00, currency: 'ssusd', // Use test card numbers source: 'card_test_success'});