Getting Started

To start integrating into your application, follow these steps:

Accessing the Sandbox Environment

For developers looking to test the Payables API without any commitments we provide a common Sandbox environment. This is an isolated environment that simulates our live API, allowing you to safely test and develop.

You don't need to sign up or register to access our Sandbox. It's open for al developers.

Authentication with OAuth 2 token

Before making any API calls, you'll need to generate an OAuth 2 token.

Generate oAuth 2 Bearer Token to create a Payable Record:

  • clientId: 64cd5b80-3b55-4913-a0dd-3d83befe33e9

  • clientSecret: Crc8Q~oo1rEMPN5X.-uQ4wUIjRfiQmBfz8-4Ec2T

  • tenantID: 93136850-e68b-4f74-b565-e117bcd82141

  • scope: api://64cd5b80-3b55-4913-a0dd-3d83befe33e9/.default

  • authUrl: https://login.microsoftonline.com/93136850-e68b-4f74-b565-e117bcd82141/oauth2/v2.0/token

  • Method: POST

Testing the API

Once you have your token, you can start testing the Payables API using tools you're comfortable with. We recommend:

  • Postman

  • Insomnia

For all Payables API calls ensure you include the header with the appropriate value:

  • Ocp-Apim-Subscription-Key: 608c8a0dfe5a4932aebab9585bdc2c14

Available API Calls

Explore the variety of functionalities our API offers. Here is the list of available calls:

  • Create Payable

  • Update Payable

  • Cancel Payable

For detailed information, parameters and response formats, please refer to the API Reference with the swagger specification.

Dive Deeper with Guides

To better understand each specific payable use case, we've put together comprehensive guides. These Guides come with examples to help you grasp how to create and manage payables effectively.