cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/pricing/wallet/{customerID}/balance \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": { "balance": 20 } }
Retorna o saldo do cashback do cliente
Alias da loja
Saldo do cashback retornado com sucesso
Show child attributes
Was this page helpful?