12. Custom Web Flow
Get Banks for a customer.
get/public/v3/webflow/banks
Query parameters
status'available' | 'connected' | 'all' required
Filter to choose only banks that have certain relation with given user. Default: 'available'
Response
Returns collection of UserBank objects (with bank data and additional user-relevant data). Bear in mind that transactions_consent_from and transactions_consent_to fields refer to the default values assigned in bank configuration, not current values taken from user's consent (there's a separate endpoint for that).
Changes
No recorded changes to this endpoint across all 1 revision of this API.