Introduction

Welcome to the NetNow API documentation. Our API offers marketplaces an easy-to-use solution to offer B2B embedded checkout on net terms. We ship updates to our API documentation every two weeks, so please check back periodically to see what has changed.

Environments

We offer a sandbox environment for your convenience. The two endpoints we offer are:

Sandbox Usage Guide

When using the Sandbox environment, you will need an approved buyer. Use buyer ID 00000000-0000-0000-0000-000000000000 for all your requests. For example:

curl -X POST \
    -H "Authorization: Bearer {{token}}" \
    -H "Cache-Control: no-cache" \
    -H "Content-Type: application/x-www-form-urlencoded" \
    -d "{'buyerId': '00000000-0000-0000-0000-000000000000', 'transactionId': '1234', 'amount': 10000}" \
    "https://sandbox-api.netnow.io/api/payment_intent/"

Getting Access

Our APIs require authentication with an access token. Please refer to the Authentication page for details.

Contact Us

If you have any questions about our REST APIs, please contact [email protected].