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/accountsCreate 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_linksCreate account link
Create a link for merchant onboarding.
POST
/v1/payment_intentsCreate payment intent
Create a payment intent to process a payment.
GET
/v1/transactionsList transactions
List all transactions for your platform.
GET
/v1/payoutsList payouts
List all payouts for your platform or a specific merchant.
Official SDKs
Node.js
npm install @cobalz/sdkPython
pip install cobalzRuby
gem install cobalz