List wallets
POST https://{{env_url}}/wallet/list
Creates a link token with options. The payment_id
from Create Payment
is passed with the creation of the link token. The link token can then be used to initialize Plaid Link.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "iso_currency_code"=>"GBP", "count"=>10, "cursor"=>"{{wallet_cursor}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |