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 all accounts for the authenticated user
/v1/paymentsInitiate a new payment between accounts
/v1/transactionsPaginated transaction history with filters
/v1/webhooksRegister a webhook endpoint for events
/v1/exchange-ratesExchange rates (demo label)
/v1/cards/:idFreeze or permanently cancel a card
Request sandbox access with your company details. We will confirm the right API key path before production use.
Talk to an engineer