How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Marqeta funding sources API

The funding sources API from Marqeta — 20 operation(s) for funding sources.

Marqeta funding sources API is one of 81 APIs that Marqeta publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Funding Sources. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 26 operations across 20 paths, and defines 25 schemas. It is described by OpenAPI 3.0.3, at version 3.0.39.

Requests are made against a single base URL, /v3.

26 operations 20 paths 25 schemas 12 GET7 POST7 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0.39
Base URL
https://sandbox-api.marqeta.com/v3
Authentication
HTTP Basic
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Marqeta funding sources API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (mqAppAndAccessToken). By default, every request must be authenticated.

Paths & Operations 26

Across 20 paths, the API surfaces 26 operations — 12 GET, 7 POST, 7 PUT. Each is listed below with its method, path, parameters, and response codes.

funding sources 26
POST
/fundingsources/ach
Registers an ACH funding source
postFundingsourcesAch body → 200400409500
POST
/fundingsources/ach/partner
Registers an ACH funding source through a partner
postFundingsourcesAchPartner body → 200400409500
GET
/fundingsources/ach/partner/{funding_source_token}/balance
Retrieves a linked funding source balance from a partner
getAchPartnerLinkedFundingSourceBalance 1 param → 200400404500
GET
/fundingsources/ach/{funding_source_token}
Returns a user ACH account
getFundingsourcesAchFundingsourcetoken 1 param → 200400404500
PUT
/fundingsources/ach/{funding_source_token}
Verifies a bank account as a funding source
putFundingsourcesAchFundingsourcetoken 1 param body → 200400500
GET
/fundingsources/ach/{funding_source_token}/verificationamounts
Returns the dollar amounts used to verify the ACH account
getFundingsourcesAchFundingsourcetokenVerificationamounts 1 param → 200400500
POST
/fundingsources/addresses
Creates an account holder address for a funding source
postFundingsourcesAddresses body → 201400409500
GET
/fundingsources/addresses/business/{business_token}
Lists all addresses for a business
getFundingsourcesAddressesBusinessBusinesstoken 2 params → 200400404500
GET
/fundingsources/addresses/user/{user_token}
Lists all addresses for a user
getFundingsourcesAddressesUserUsertoken 2 params → 200400404500
GET
/fundingsources/addresses/{funding_source_address_token}
Returns a user address for a funding source
getFundingsourcesAddressesFundingsourceaddresstoken 1 param → 200400404500
PUT
/fundingsources/addresses/{funding_source_address_token}
Updates the account holder address for a funding source
putFundingsourcesAddressesFundingsourceaddresstoken 1 param body → 200400500
GET
/fundingsources/business/{business_token}
Lists all funding sources for a business
getFundingsourcesBusinessBusinesstoken 3 params → 200400404500
POST
/fundingsources/paymentcard
Registers a payment card funding source
postFundingsourcesPaymentcard body → 200400409500
GET
/fundingsources/paymentcard/{funding_source_token}
Returns a specific payment card
getFundingsourcesPaymentcardFundingsourcetoken 1 param → 200400404500
PUT
/fundingsources/paymentcard/{funding_source_token}
Updates a specific payment card
putFundingsourcesFundingsourcetoken 1 param body → 200400500
POST
/fundingsources/program
Creates a program funding source
postFundingsourcesProgram body → 201400409500
GET
/fundingsources/program/ach
Returns a list of Program ACH funding sources
getAllACHFundingSources 5 params → 200400404500
POST
/fundingsources/program/ach
Registers an ACH funding source for a program
postFundingsourcesProgramAch body → 200400409500
GET
/fundingsources/program/{token}
Returns a specific program funding source
getFundingsourcesProgramToken 1 param → 201404500
PUT
/fundingsources/program/{token}
Updates a specific program funding source
putFundingsourcesProgramToken 1 param body → 200400500
POST
/fundingsources/programgateway
Creates a gateway program funding source
postFundingsourcesProgramgateway body → 201400409500
PUT
/fundingsources/programgateway/customheaders/{token}
Updates a specific gateway program funding source Custom headers
putFundingsourcesProgramgatewayCustomHeaderToken 1 param body → 200400500
GET
/fundingsources/programgateway/{token}
Returns a gateway program funding source
getFundingsourcesProgramgatewayToken 1 param → 201404500
PUT
/fundingsources/programgateway/{token}
Updates a specific gateway program funding source
putFundingsourcesProgramgatewayToken 1 param body → 200400500
GET
/fundingsources/user/{user_token}
Lists all funding sources for a user
getFundingsourcesUserUsertoken 3 params → 200400404500
PUT
/fundingsources/{funding_source_token}/default
Configures a default funding source
putFundingsourcesFundingsourcetokenDefault 1 param → 200400500

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are funding_account_response_model (19 properties), ach_response_model (18 properties), CardholderAddressResponse (17 properties), base_ach_response_model (16 properties). Each schema is shown below with its type and property counts.

token_update_request
object
3 properties 1 required
card_holder_address_model
object
15 properties 6 required
CardholderAddressResponse
object
Contains information about the billing address of the funding source.
17 properties 11 required
base_ach_response_model
object
16 properties 7 required
program_funding_source_response
object
6 properties 5 required
ach_partner_request_model
object
7 properties 2 required
ach_model
object
11 properties 4 required
LinkedAccountBalanceResponse
object
6 properties
program_funding_source_update_request
object
2 properties
gateway_program_custom_header_update_request
object
1 property
ach_verification_model
object
3 properties
CardholderAddressListResponse
object
5 properties
FundingAccountListResponse
object
5 properties
gateway_program_funding_source_request
object
10 properties 4 required
ACHListResponse
object
5 properties
token_request
object
9 properties 3 required
funding_account_response_model
object
19 properties 2 required
base_ach_request_model
object
9 properties 4 required
program_funding_source_request
object
3 properties 1 required
oauth_token_provider
object
7 properties 3 required
gateway_program_funding_source_response
object
14 properties 12 required
gateway_program_funding_source_update_request
object
9 properties 3 required
ach_response_model
object
18 properties 7 required
payment_card_response_model
object
11 properties 9 required
card_holder_address_update_model
object
12 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

marqeta-funding-sources-api-openapi.yml Raw ↑

Other APIs Marqeta publishes across the network.

Marqeta Webhooks
Marqeta Risk Controller / Real-Time Decisioning
Marqeta accepted countries API
Marqeta Account API
Marqeta Account Bundle Transitions API
Marqeta Account Cards API
Marqeta Account Documents API
Marqeta account holder groups API
Marqeta Account Refunds API
Marqeta Account Rewards API
Marqeta Account Signup Bonus API
Marqeta Account Transitions API
Where this information came from

This is an independent, third-party profile of Marqeta funding sources API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.