Credit Cards

Pré requisitos para consumir estes endpoints de dados:

Possuir um consentimento de Dados aprovado e contendo os escopos de dados conforme especificado neste link e utilizar o Token do OpenFinance específico do consentimento como forma de autorização.


GET /baas/v1/open/dat/credit-cards-accounts/accounts

Returns a list of credit card accounts held by the customer.



GET /baas/v1/open/dat/credit-cards-accounts/accounts/{creditCardAccountId}

Returns detailed information about a specific credit card account.



GET /baas/v1/open/dat/credit-cards-accounts/accounts/{creditCardAccountId}/limits

Returns the credit limits associated with the account.



GET /baas/v1/open/dat/credit-cards-accounts/accounts/{creditCardAccountId}/transactions

Returns the history of transactions for the card.



GET /baas/v1/open/dat/credit-cards-accounts/accounts/{creditCardAccountId}/bills

Returns a list of the card's bills (invoices).



GET /baas/v1/open/dat/credit-cards-accounts/accounts/{creditCardAccountId}/bills/{billId}/transactions

Returns transactions specific to a single bill.