Introduction
The Merchant API lets merchants integrate with Minna to process user-initiated subscription actions such as cancellations and respond to them in near real-time, thereby helping to improve the over-all user experience around their subscriptions.
Integrating with Minna's Merchant API
Integrating with the Merchant API is as simple as registering a webhook URL. The registered webhook URL would then be used for the communication between Minna and the merchant's system via webhook events.
A webhook event is sent via an HTTPS POST request to the endpoint URL(s) registered with the system. Your endpoint should respond with a set of given responses. All responses outside this range will be considered as failures.
You can learn more about webhooks in Minna's Merchant API here.
Updated 5 months ago