Conecte a sua conta
Nubank
Nubank
{
"id": "5d6b9f9a-06aa-491f-926a-15ba46c6366d",
"description": "Rappi",
"currencyCode": "BRL",
"amount": 41.58,
"date": "2020-06-08T00:00:00.000Z",
"balance": 41.58,
"category": "Online Payment",
"status": "POSTED"
}A simple and powerful Open Finance toolkit for developers.
Empower your development with our free, feature-rich Open Finance toolkit for developers.
Easy Integration
Updated Data
Secure & Compliant
Free for Developers
import { Pluggy } from 'pluggy-sdk';
const client = new PluggyClient({
    clientId: CLIENT_ID,
    clientSecret: CLIENT_SECRET,
  })
const data = await pluggy.fetchAccounts(meuPluggyItemId);
console.log(data);
// response example
{
  "id": "4f61bd6d-e6fc-44b2-9c4b-5609058de7ab",
  "type": "CREDIT",
  "subtype": "CREDIT_CARD",
  "name": "Nubank Mastercard Ultravioleta",
  "marketingName": "Nubank Ultravioleta",
  "taxNumber": "***.***.123-22",
  "owner": "Marcos Pangriel",
  "number": "1234",
  "balance": 142.41,
  "creditData": {
   ...
  }
}
Moacy Veiga - Founder and CEO of Kinvo






