Developer Resources

Build powerful integrations with our RESTful API. Comprehensive documentation, code examples, and developer tools to get you started quickly.

Get started in minutes

Our API is designed for developers, by developers. Simple, powerful, and well-documented.

Terminal
# Install SDK
npm install @Accrowise/sdk

# Initialize client
import { Accrowise } from '@Accrowise/sdk';

const client = new Accrowise({
  apiKey: 'your-api-key',
  environment: 'production'
});

# Create a transaction
const transaction = await client.transactions.create({
  amount: 1000,
  currency: 'USD',
  clientEmail: 'client@example.com',
  company: 'Your Company'
});

RESTful API

Standard HTTP methods, JSON responses, and clear error handling

Comprehensive Docs

Detailed documentation with examples for every endpoint

Open Source SDKs

Official SDKs for Node.js, Python, PHP, and more

API Features

Everything you need to build powerful payment verification integrations

REST API

Full RESTful API with standard HTTP status codes, JSON request/response format, and comprehensive error handling.

Webhooks

Real-time notifications via webhooks when transactions are verified, acknowledged, or updated. Configure multiple endpoints.

Authentication

Secure API key authentication with scoped permissions. OAuth2 support for enterprise integrations.

Rate Limiting

Generous rate limits with clear documentation. Premium plans include higher limits and priority support.

API Endpoints

Core endpoints to get you started

POST/api/transactions

Create a new transaction verification

GET/api/transactions/{id}

Retrieve transaction details and status

PUT/api/transactions/{id}

Update transaction information

GET/api/transactions

List all transactions with filtering and pagination

Why developers love our API

Built with developers in mind. Fast, reliable, and designed to integrate seamlessly into your application.

Clear, consistent API design patterns
Comprehensive error messages and status codes
Interactive API documentation and testing tools
Active developer community and support
99.9% uptime SLA for enterprise customers

Ready to start building?

Get your API key and start integrating payment verification into your application today.

Free API access • No credit card required • Up to 1,000 requests/month