API Reference

Complete reference documentation for the Cobalz API. Build integrations with our RESTful endpoints.

Authentication

All API requests must include your API key in the Authorization header:

Authorization: Bearer sk_live_...

API Endpoints

POST/v1/accounts

Create account

Create a new connected account for a merchant.

GET/v1/accounts/{id}

Retrieve account

Retrieve the details of an existing account.

POST/v1/account_links

Create account link

Create a link for merchant onboarding.

POST/v1/payment_intents

Create payment intent

Create a payment intent to process a payment.

GET/v1/transactions

List transactions

List all transactions for your platform.

GET/v1/payouts

List payouts

List all payouts for your platform or a specific merchant.

Official SDKs

Node.js

npm install @cobalz/sdk

Python

pip install cobalz

Ruby

gem install cobalz