cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/public/catalog/products/{id}/installments \ --header 'Content-Type: application/json' \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>' \ --data '{ "amount": 0 }'
{ "max_installment": 6, "max_installment_value": 0, "amount": 0, "text": "6x de R$ 0,00 com juros", "text_with_tax": "6x de R$ 0,00", "text_discount_percent": null, "text_discount": null }
Retorna as Informações das parcelas do produto
Alias da loja
id do produto
0
6
"6x de R$ 0,00 com juros"
"6x de R$ 0,00"
null
Was this page helpful?