Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Base URL's:

Test - https://test-pay-core.azurewebsites.net/api/

...

Prod - https://pay-core.linkmobility.com/api/

Character set:

All requests and responses will use character set UTF-8

Formats:

The response from requests will by default be formatted as JSON. If you prefer to use XML, you can append the following to the URI: ?$format=xml 

Version information:

The API is currently in version 2.0 and all request url's must be appended with the query parameter Version 2.0 of the Link Payment API introduces enhanced functionality and optimized performance. To access these capabilities, the api-version=2.0 parameter is required in all API requests.

Implementing the Version Parameter

To ensure you're utilizing version 2.0, append ?api-version=2.0 to your API method calls. Omitting this parameter will result in an error, as the older API version is no longer supported.

Examples:
Code Block
api/pre-transactions/{partnerId}/{preTransactionId}?api-version=2.0
api/pre-transactions?partnerId={partnerId}&correlationId={correlationId}&api-version=2.

...

Authorization -

...

0

 
Authorization

All requests to this endpoint must be authorized using a bearer token. Ensure that your API calls include a valid token in the header to authenticate and gain access to the endpoint functionalities.

HTTPS calls

Http suport for the api is removed. The landing pages will redirect to https, but the api must be called with https requests only.

Help pages:

https://test-paycore.azurewebsites.net/help

...