Listar os bancos
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/checkout/banks \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": [ { "id": 123, "code": "<string>", "alias": "<string>", "name": "<string>" } ] }
Alias da loja
Lista de bancos
The response is of type object.
object
Was this page helpful?