Skip to main content
Platform API v1.0

Build B2B Commerce
at Scale

The complete infrastructure for B2B e-commerce, trade finance, and AI-powered credit risk. Integrate wholesale pricing, BNPL, and company accounts in minutes.

curl request
curl -X POST https://api.huntrecht.com/v1/orders \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -d '{
    "company_id": "comp_123",
    "items": [{
      "product_id": "prod_456",
      "quantity": 100
    }],
    "payment_terms": {
      "type": "bnpl_30_60_90",
      "installments": 3
    }
  }'

Platform Capabilities

Everything you need to power modern B2B commerce

B2B Commerce

POST /v1/companies
  • Company account management
  • Custom catalogs & pricing
  • Subscription contracts
  • Bulk order processing

Trade Finance

POST /v1/payments/terms
  • AI credit risk scoring
  • Dynamic payment terms
  • BNPL installment plans
  • Multi-provider payments

Platform

GET /v1/analytics/usage
  • OAuth2 authentication
  • GraphQL & REST APIs
  • Real-time webhooks
  • Usage analytics

Official SDKs

Available in your preferred language

PythonAvailable
JavaScriptAvailable
TypeScriptAvailable
PHPAvailable
GoAvailable
RubyAvailable