Building QorCommerce Solutions
Identify your application when building a solution for multiple merchants, so that QorCommerce can offer better support.
If you're building a solution that allows multiple businesses to process payments with QorCommerce, make sure that you:
- Identify your application, so that we can inform you of relevant updates to our API, and offer other support. The information that we recommend to provide depends on whether you are building a payments plugin, or a direct integration into a platform.
Building a payments plugin
When you're building an QorCommerce payments plugin for a platform, specify the following information in your /payment
request, in an appInfo
object:
merApplication.name
: The name of your payment plugin.merApplication.version
: The version of your payment plugin.extPlatform.name
: The name of the platform that you're building for.extPlatform.version
: The version of the platform that you're building for.extPlatform.integrator
: The name of your system integrator that is implementing the payment plugin.
Building a direct integration
When you're building an QorCommerce integration directly into your platform, specify the following information in your /payment
request, in an appInfo
object:
extPlatform.name
: The name of the platform that you're building for.extPlatform.version
: The version of the platform that you're building for.extPlatform.integrator
: The name of your company.
Updated almost 4 years ago