This is sample demo content to demonstrate page layout. It does not describe a real company or service.
Reference API pattern. Verify route coverage, authentication, delivery, idempotency, and operating policy for the buyer deployment.
import CoreKit from '@corekit/node'
const client = new CoreKit({ apiKey: process.env.COREKIT_KEY })
const account = await client.accounts.get('acc_123')
console.log(account.balance)Reference API pattern. Verify route coverage, authentication, delivery, idempotency, and operating policy for the buyer deployment.
Reference API pattern. Verify route coverage, authentication, delivery, idempotency, and operating policy for the buyer deployment.
Reference API pattern. Verify route coverage, authentication, delivery, idempotency, and operating policy for the buyer deployment.
Full OpenAPI 3.1 specification available for code generation, testing, and documentation.
Reference API pattern. Verify route coverage, authentication, delivery, idempotency, and operating policy for the buyer deployment.
Reference API pattern. Verify route coverage, authentication, delivery, idempotency, and operating policy for the buyer deployment.
/v1/accountsList seller profiles for the authenticated operator
/v1/paymentsCreate checkout sessions or capture order payments
/v1/transactionsPaginated order history with filters
/v1/webhooksRegister a webhook endpoint for events
/v1/exchange-ratesExchange rates (demo label)
/v1/cards/:idManage saved checkout payment methods
Request sandbox access with your company details. We will confirm the right API key path before production use.
Talk to an engineer