To receive relevant offers from partner banks based on the client’s phone number, you must send a request in the system. This request is a preferred channel for obtaining information about credit offers through unified interfaces of interaction with data sources.
The request is carried out by the method Post at the address /Integrations/V1/API/Loan_Approval. Consider the main parameters that should be transmitted in the request:
Description: Client phone number. It is required to identify the user.
Type: String
Mandatory: Yes
Description: Credit amount. If we are talking about a credit card, the credit limit is indicated.
Type: Number
Mandatory: No
Description: Loan term in months.
Type: String
Mandatory: No
Description: Name of credit product. Possible values:
Type: String
Mandatory: Yes
Description: Unique request identifier. The parameter is used for repeated requests.
Type: String
Mandatory: Yes
Description: Additional official parameters. This is an array of lines in which any official data specified outside the specification can be posted.
Type: Array
Mandatory: No
In the case of asynchronous data processing model, requests must be executed through the GET method. The next parameter should be transferred:
Description: Request identifier necessary for repeated requests.
Type: String
Mandatory: Yes
In the case of asynchronous processing, it is necessary to carry out multiple requests for the Get until the status becomes "Done". Example request:
GET /api/banking/loan_approval?search_id={{search_id}}Using the above parameters and requests, your site can receive relevant information about credit offers from banks, which helps to improve user experience and increase the conversion. These data can be used for a more accurate offer of services on your site in Yandex.
If you are developing a system for integration with banking offers, provide the correct use of these requests for data transfer and receive offers through Yandex services.
For questions about integrating and receiving additional information, you can contact the SEO companion CEO by email info@seo.computer or through WhatsApp to number +79202044461.
ID: 147