API Reference
Base URL's:
Test - https://test-pay-core.azurewebsites.net/api/
External Test - https://test-paycore.azurewebsites.net/help
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:
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:
api/pre-transactions/{partnerId}/{preTransactionId}?api-version=2.0
api/pre-transactions?partnerId={partnerId}&correlationId={correlationId}&api-version=2.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
Pre-Transactions
→ Click here to read more about Pre-Transactions
Transactions
Feeling lost? Click on this link! Portal page