How can I generate presentation requests using APIs?

How can I generate presentation requests using APIs?


Your system can make an API call to Digio, for a onetime or recurring debit creation. 
Refer API doc here - on this link 

On each step of the debit lifecycle a webhook event is triggered. Refer detailed steps on this link




    • Related Articles

    • How can I generate presentation requests(debits) using bulk CSV upload?

      To create one or more presentations via csv upload, download the sample csv from the ‘Utilities’ menu on the ‘Presentations’ screen and fill up the fields in the sheet as below: A sample csv can be found on this link Field Name Format/Example ...
    • DIGIDocs v2 APIs

      Step-1: Create Signature Request Option-1: Multipart type request POST {BASE_URL}/v2/client/document/upload Headers: authorization: “Basic Base64encodedValueOf(client_id:client_secret)” content-type : “multipart/form-data” TIP: Construct multipart ...
    • How to generate mandate requests using bulk CSV upload?

      A sample CSV can be found on this link and upload under mandate book CSV upload section pictured below: Column name Example input Description mandate_sequence 1 This should be unique, like serial number customer_ref_number CUST0001 Pass customer_id ...
    • How to generate mandate requests using API integration?

      Your system can make an API call to Digio, receive an NACH id in response and trigger authentication via optionally sent Email, SMS to the customer or SDK or redirection approach within your application. Refer API doc here - on this link
    • How do I create a presentation request using Digio dashboard?

      Under the presentation section on Digio dashboard, create a new presentation. Below form will open- In the text box on the top labelled: ‘Enter UMRN’, Enter the UMRN number of the mandate you would like to present a debit for and the relevant fields ...