Providing automated access of payment gateway events
The easiest way to provide this information to Corrily is to set up a webhook between your payment gateway and Corrily. When a subscription or charge event occurs, your payment gateway automatically notifies Corrily. See the Provide automated access of subscription and charge events section of the Payment gateway integration guide to learn how to get started. With some payment gateways, such as Stripe, it’s a 2-click process.Manually notifying Corrily of subscription and charge events
If for whatever reason you cannot or do not want to set up a direct webhook between your payment gateway and Corrily, you can use Corrily’s/subscriptions
and /charges
REST API endpoints instead. See the Manually notify Corrily of subscription and charge events for more guidance on the general process and the Sample app guide for a demonstration of this workflow.