Additional apis for physical mandate
Digio Apis
Email:
support@digio.in
Getting started with Digio Rest Apis
API SERVER
SELECTED: https://api.digio.in
AUTHENTICATION
No API key applied
|
HTTP Basic
Send
Authorization in header containing the word Basic followed by a space and a base64 encoded string of username:password.
|
General ⦂
Download NACH physical form [Physical NACH]
post
{BASE_URL}/v3/client/mandate/{id}/generate_file
This API is used to download filled NACH PDF form. The id used here is ENA which is generated in create mandate api.
Requires
Base 64 encoded clientId:clientSecret in Authorization header
REQUEST
PATH PARAMETERS
|
*
id
string
|
|
RESPONSE
Returns the filled NACH PDF form as a binary stream.
application/octet-stream
Single line description
Field
Type
Description
binary
A binary stream of the filled NACH PDF form.
application/json
Schema not found