Introduction
Exact's Embedded Payments Platform encompasses all the services needed to build a comprehensive payments experience into any software application. This includes a real-time underwriting and onboarding service which automates approval and account set-up for new customer (merchant) accounts. From there, the platform delivers complete payment acceptance capabilities--- credit, debit, ACH, Paypal, Apple Pay, Google Pay etc. as well as settlement, funding, fees, chargeback, fraud management, and comprehensive reporting tools. With Exact's rich set of APIs, you have everything you need to build ideal payment experences for any customer journey.
Exact's Embedded Payments Platform offers a REST API. This API accepts and responds with JSON request and response bodies. All of our endpoints use standard HTTP verbs and response codes, and we use header based authentication.
Contact our team to request a sandbox account. We will reply back promptly with a confirmation email including getting started instructions.
Once boarded into the Sandbox, you will be receive an application token. This application token is used to authenticate with our API by passing in the Authorization header.
You can test your token by issuing the following request which looks up the session information for the token.
{
'method': "get",
"url": "https://api.exactpaysandbox.com/token",
"headers": {
"Authorization": ""
},
}
Once you are ready to begin we recommend reading about Authentication.