cURL
curl --request GET \ --url https://api.natural.co/wallet/external-funding-sources \ --header 'Authorization: Bearer <token>'
{ "data": [ { "type": "external_funding_source", "id": "efs_019cd3444a77776dadda2c30ff23706d", "attributes": { "bank_name": "Chase", "account_type": "checking", "last_four": "6789", "verification_state": "VERIFIED", "status": "VERIFIED", "created_at": "2026-01-01T00:00:00" }, "relationships": { "party": { "data": { "type": "party", "id": "pty_019cd3444a77776dadda2c30ff23706d" } } } } ], "meta": { "pagination": { "has_more": false, "next_cursor": null } } }
List user’s linked bank accounts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cursor for pagination
Max items per page
1 <= x <= 100
Successful Response
List of external funding sources response.
List of resources
Show child attributes
Response metadata
Was this page helpful?