> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sudo.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

A funding source represents a bank account from which funds are drawn for authorizations.

**Endpoints**

| Method | Url                                                     |
| ------ | ------------------------------------------------------- |
| `POST` | [/fundingsources](/reference/create-funding-source)     |
| `GET`  | [/fundingsources](/reference/get-funding-sources)       |
| `GET`  | [/fundingsources/:id](/reference/get-funding-source)    |
| `PUT`  | [/fundingsources/:id](/reference/update-funding-source) |

**Funding** **Source** **Object**

<CodeGroup>
  ```json RESPONSE (STANDARD) theme={null}
  {
      "_id": "61d4150b01c6cdd1184ef459",
      "business": "61d4150b1dc7cdd1184ef455",
      "type": "default",
      "status": "active",
      "jitGateway": null,
      "isDefault": true,
  }
  ```
</CodeGroup>
