For API Base URL's, click here. Kindly append the Base URL to the API endpoints below to integrate
Digio Apis
Email:
support@digio.in
Getting started with Digio Rest Apis
API SERVER
SELECTED: https://api.digio.in/fiu_api
AUTHENTICATION
No API key applied
General ⦂
PFM Request API
post
{BASE_URL}/client/pfm/request
REQUEST
REQUEST BODY
application/json
{
customer_name : "John Doe",
customer_mobile: "<Customer Mobile Number>"
}
object
Single line description
Field
Type
Description
customerId
string
Customer Id Shared in the PFM request API Response
customerMobile
string
Mobile number which customer will use for the whole AA Ecosystem journey
consentTemplateId
string
Consent Template Id
customerName
string
Name of Customer
customerEmail
string
Email of Customer
customerRefId
string
Customer Reference Id
customerPanNumber
string
Customer Pan Number
API Server
https://api.digio.in/fiu_api
Authentication
Not Required
curl -X POST "https://api.digio.in/fiu_api/client/pfm/request" \
-H 'accept: application/json'
RESPONSE
200
application/json
object
Single line description
Field
Type
Description
customerId
string
Unique Customer ID created for each customer
gatewayTokenId
string
Gateway Token for PFM request valid for 30 mins from the PFM Request