Get Funding Source Details

The GET /funding-sources/{source_id} endpoint allows you to retrieve detailed information about a specific funding source by passing the source_id as a path parameter. This ID represents a bank account or funding method linked to a user. When successfully called, the response returns a JSON object containing key details about the funding source: the source_id, the associated user_id, whether it is marked as the primary funding source (is_primary), its current status (e.g., "verified"), the bank’s routing number (routing), the name of the bank (bank), the last four digits of the account number (lbacc), the account type (e.g., "checking"), and the created_at date indicating when the funding source was added. This endpoint is commonly used to confirm the status or bank details of a customer’s connected account.

📘

Before using any endpoint, you need to set the environment:

Click on Environment in the Base URL and enter the appropriate option:
api (Production) for the live environment.
sandbox (Sandbox) for testing.

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!