Skip to main content

Embedded Payments

Welcome to the Exact Payments developer hub. Here you will find comprehensive API reference documentation and guides to help you start working with the new Exact Payments payment platform. Jump in and get started with our guides.

Get Started
Guides

Whether you are learning as a new customer, or a seasoned veteran brushing up, our guides will get you up to speed with Exact Payments

Go to guides
API Documentation

Ready to start? Jump in to our comprehensive API reference, view Requests and Responses, and Try It in our Exact Payments Sandbox

Discussion

Have questions, comments or helpful feedback? Please post in our discussion board to speak with other customers and the Exact Payments team

Authentication

User and Application Tokens

Every business and every development process is different,
User and Application tokens support multiple authentication
methods to meet all your needs
Go to the Guide

User Tokens

User tokens are best used for frontend authentications as they expire after 2 hours of inactivity.

{
"method": "post",
"url": "https://api.exactpaysandbox.com/token",
"body": {
"email": "[email protected]",
"password": "A rather secure password",
"application": "harrison-widget-app"
}
}

Payments

Embedded Payments API

The Exact Payments API utilizes the robust capabilities of the Exact Payments gateway in order to provide a complete set of payment functionality
The API is JSON with access only permitted over HTTPS
Try it!
Underwriting

Onboarding and Underwriting

The Embedded Payments API has robust
and flexible Onboarding and Underwriting.
Learn about it to get on board quickly.
Go to the Guide
Go to the Guide

Onboarding

Use the REST based Onboarding API to submit merchant applications for underwriting and payment account activation.

curl --request POST
--url https://api.exactpaysandbox.com/organization/organizationId/onboarding
--header 'Accept: application/json'
--header 'Content-Type: application/json'

Community

Get and give help by joining our discussions community

Join the community to help us improve and expand our Embedded Payments API!

JOIN NOW