Learn how to integrate with Pine Labs Online Presentation APIs to manage scheduled and onetime payment requests generated for subscriptions based on their billing cycles.
Presentation represent scheduled debit requests raised against an active customer mandate, ensuring automated and timely billing for subscriptions. These debit requests are created automatically according to the billing schedule defined in the subscription plan and can follow either OT (One Time) or AS (As & When Presented) frequency types.
This functionality is a core part of Pine Labs mandate management system, allowing you to initiate debit requests as per the subscription configuration. For AS frequency, Pine Labs Online automatically processes recurring debits without any manual intervention from you.
Presentation APIs
Using our Presentation APIs, you can seamlessly manage mandate-based debit requests and maintain a smooth and reliable payment workflow.
Our API suite includes the following endpoints to manage payments:
Use this API to create a Presentation.
/api/v1/public/subscriptions/{subscription_id}/presentations
Use this API to get a presentation request.
/api/v1/public/presentations/{presentation_id}
Use this API to get a presentation request by subscription Id.
/api/v1/public/subscriptions/{subscription_id}/presentations
Use this API to Delete a presentation request.
/api/v1/public/presentations/{presentation_id}
Use this API to send a pre-debit notification for a given subscription ID.
/api/v1/public/subscriptions/notify
Use this API to execute a debit against a subscription ID.
/api/v1/public/subscriptions/execute