v1
latestOpenAPI 3.1.02026-07-2414704.6 MBReverse Geocoding
Instantpay's Reverse Geocoding Service helps businesses. It converts latitude and longitude into readable addresses. This provides accurate, accessible location information. This service improves user experiences in navigation and mapping apps. It does this by turning geographic coordinates into recognisable addresses.
The Reverse Geocoding Service is ideal for GPS-based businesses. It converts raw coordinates to precise addresses. This helps users interact with location data easily. Integrate this solution to improve service, optimise logistics, and ensure accurate, user-friendly maps.
post/reverseGeocoding
Headers
X-Ipay-Auth-Codestring
Auth Code
X-Ipay-Client-Idstring
Unique Client Id Provided by Instantpay
X-Ipay-Client-Secretstring
Unique Client Secret Provided by Instantpay
X-Ipay-Endpoint-Ipstring
End Customer IP Address
Request body
Response
200
Example response
{
"statuscode": "TXN",
"status": "Transaction Successful",
"data": {
"poolReferenceId": "1230919170205EVNBT",
"pool": {
"account": "7428585742",
"openingBal": "98386.66",
"mode": "DR",
"amount": "1.18",
"closingBal": "98385.48"
},
"reverseGeocodingDetail": {
"addressComponents": [
{
"longName": "G73X+X4M",
"shortName": "G73X+X4M",
"types": [
"plus_code"
]
}
],
"formattedAddress": "G73X+X4M, Block B-1, Block E, Mohan Cooperative Industrial Estate, Badarpur, New Delhi, Delhi 110044, India",
"geometry": {
"location": {
"lat": 28.5049603,
"lng": 77.2978078
},
"locationType": "GEOMETRIC_CENTER",
"viewport": {
"northeast": {
"lat": 28.50630928029151,
"lng": 77.29915678029151
},
"southwest": {
"lat": 28.5036113197085,
"lng": 77.29645881970849
}
}
},
"placeId": "ChIJZ3CxYVLnDDkRDsf2vBruc24",
"types": [
"establishment"
]
}
},
"timestamp": "2023-09-19 17:02:05",
"ipay_uuid": "h0009a2ba92b-13b3-4069-879a-d9ac7f7fdedc-4WDM6nWRP818",
"orderid": "1230919170205EVNBT",
"environment": "SANDBOX"
}