Arrow
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Build with us

Access our commerce data API, which includes transaction and payout data
Use sample data to try out our API in our sandbox environment
Use real data from commerce platform accounts when you're ready to start building
AmazonAmazon
ShopifyShopify
PaypalPaypal
MagentoMagento
RecurlyRecurly
StripeStripe
Square
ChargifyChargify
EsdyEsty
Weave Icon

The Single API for
Commerce Platforms

Companies of all sizes use Weav's API to easily connect with commerce platforms and access their customers' real-time, standardized data.

INTRODUCTION

The Weav
solution

Weav enables applications to access commerce data about their business customers using a single API. Embed the Weav module so your customers can connect their commerce account. Access your customers real-time sales data to build powerful new products.

How Weave Works - How Weave Works - How Weave Works -

How Weav works
for your customers

Weave Icon
Select platform
01

From within your dashboard, your customers select their platform

Line
Weave Icon
Authenticate
02

Your customers authenticate using the seamless Weav auth flow

Weave Icon
Retrieve data
03

Access real-time, standardized commerce data via the Weav API

The The Weav API

Key benefits
for you

Multiple platforms with a single API
Provide users with a seamless experience
Standardized data & powerful insights
White-labeled to work with your brand
Secure and reliable
Contact us to get started
Contact us to get started

Data to build the most
powerful applications

By leveraging data across platforms and industries, Weav built the most sophisticated models to understand businesses.

Reserves
Payouts
Expenses
Charges
Product SKUs
Capital loans
Subscriptions
Orders
Refunds
Receipts
Gift cards
Chargebacks
Inventory
Reserves
Payouts
Expenses
Charges
Product SKUs
Data
Product categories
Repeat customer rate
Customer churn
Customer lifetime value (CLV)
Catalogue diversity
Monthly growth rate
Customer retention rate
Geography analysis
Number of new customers
Average order value (AOV)
Subscription rate
Product categories
Product categories
Product categories
Product categories
Product categories
Insights

Build the future of
business products

Build with Weav - Build with Weav - Build with Weav - Build with Weav - Build with Weav -
Lending
Lending

Provide your business customers with immediate access to funds based on granular data and financial metrics.

Real-time financial products
Real-time financial products

Programmatically analyze the health and risks of your customers for accurate underwriting.

Financial planning & analysis
Financial planning & analysis

Help businesses analyze, manage, and gain actionable insights on their finances and cash flow, across multiple commerce platforms and directly from your native platform.

Identity verification
Identity verification

Verifying the identity of your business customers using their commerce platform, including their registered name, bank account, and sales volume.

Business management tools
Business management tools

Build products to serve your customers across their core activities, by tracking orders, inventory, subscriptions or product returns.

Transfer funds and take action
Transfer funds and take action

Issue a payout, create a payment, set a bank destination, execute an order. Remotely interact and take action across your customers' commerce platforms.

Share of wallet
Share of wallet

Gain a comprehensive view and a competitive advantage by better understanding how your customers are using other platforms.

Built for developers

With just a few lines of code, you can implement Weav in an afternoon.

Get API keys
Python

import
requests
merchant_id = 28642a
pi_key = "customer api key"

endpoint = f"https://api.weav.co/v1/merchant/{merchant_id}/charges"
r = requests.get(endpoint, headers={ "Authorization" : f"Bearer {api_key}"})

print(r.json())
cURL

curl "https://api.weav.co/v1/merchant/23642/charges"  
-H "Authorization: Bearer ${API_KEY}"
Python
cURL