Reverse Geocoding
Use this API to convert geohraphic coordinates (latitude and longitude) into readable location information for verification purposes. View the test data and use the information to trigger the validations.You can use the test data only in sandbox environment.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Body
Find the request parameters to convert geographic cooridnates into readable location
It is the angular distance expressed in degrees of arc north or south of the equator to specify the location.
It is the angular distance expressed in degrees of arc east or west of the equator to specify the location.
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
Response
Reverse Geocoding success response
It displays the physical address of the entered coordinates.
It displays the name of the city of the entered coordinates.
It displays the country's code of the entered coordinates.
It displays the entered angular distance expressed in degrees of arc north or south of the equator to specify the location.
It displays the entered angular distance expressed in degrees of arc east or west of the equator to specify the location.
It displays the PIN code information of the entered coordinates.
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
It displays the confidence score. Value ranges from 0 to 1
It displays the name of the state of the entered coordinates.
It displays the state's code of the entered coordinates.
It displays the status of the entered coordinates. Possible values are:
VALID
It displays the unique ID you created to identify the verification request.
Was this page helpful?