cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/checkout/payments \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": [ { "id": 123, "alias": "<string>", "name": "<string>", "has_config": true, "active_config": true, "is_credit_card": true, "is_deposit": true, "is_billet": true, "is_pix": true, "is_pix_in_installments": true, "is_wallet": true, "icon_url": "<string>" } ] }
Lista as formas de pagamentos criadas
Alias da loja
Lista de formas de pagamento
The response is of type object.
object
Was this page helpful?