Skip to content

I have some questions... #4

Answered by abivia
andrewdwallo asked this question in Q&A
Oct 6, 2022 · 1 comments · 26 replies
Discussion options

You must be logged in to vote

Hi @andrewdwallo, thanks for your question!
There are no models. This is simply an interface to the Plaid API. The only configuration is the environment settings described at https://github.com/abivia/plaid#usage

For an example on how to use the interface, check out tests/Feature/TransactionTest.php It shows the process of obtaining an access token and then performing a call to Plaid's transactions/get entry point. The result is an array as described in the Plaid documentation at https://plaid.com/docs/

How your application handles that information, including storing it in your Models is entirely up to you.

Replies: 1 comment 26 replies

Comment options

You must be logged in to vote
26 replies
@abivia
Comment options

@abivia
Comment options

@andrewdwallo
Comment options

@abivia
Comment options

@abivia
Comment options

Answer selected by abivia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants