{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Installments API", "version": "1.0" }, "items": [ { "info": { "name": "Installments", "type": "folder" }, "items": [ { "info": { "name": "VTex Get installments options", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/pvt/installments", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "request.value", "value": "", "type": "query", "description": "Value to be divided into installments." }, { "name": "request.salesChannel", "value": "", "type": "query", "description": "Sales channel identification. Attribute created by the seller in their VTEX store configuration." }, { "name": "request.paymentDetails[0].id", "value": "", "type": "query", "description": "Payment system identification." }, { "name": "request.paymentDetails[0].value", "value": "", "type": "query", "description": "Total value paid in installments. If applied in the search, it must be equal to the `request.value` field." }, { "name": "request.paymentDetails[0].bin", "value": "", "type": "query", "description": "First six digits of the card number." } ] }, "docs": "Returns the best installment options according to the parameters informed in the request.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applica" } ] } ], "bundled": true }