Products
List all Products
API Reference
Entities
- The entity endpoint
- POSTCreate an Individual
- POSTCreate a Corporation
- PUTUpdate an Entity
- GETRetrieve an Entity
- GETList all Entities
- Connect
- Verification Sessions
- Credit Scores
- Attributes
- Vehicles
- Identities
- Products
- Subscriptions
- Consent
Accounts
- The account endpoint
- POSTCreate an Account
- GETRetrieve an Account
- GETList all Accounts
- Updates
- Transactions
- Card Brand
- Attributes
- Payoffs
- Balances
- Sensitive
- Products
- Subscriptions
- Verification Sessions
- Consent
Payments
Supporting Endpoints
- Merchants
- Webhooks
- Reports
- Simulations (Dev)
- Health Check
Products
List all Products
GET
/
accounts
/
:acc_id
/
products
curl "https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/products" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"sensitive": {
"id": "prd_mjhtYK6VJ4YW6",
"name": "sensitive",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
},
"balance": {
"id": "prd_FQFHqVNiCRb7J",
"name": "balance",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.316Z"
},
"card_brand": {
"id": "prd_BjyXJrYnYer79",
"name": "card_brand",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.316Z"
},
"attribute": {
"id": "prd_Pqgg67jyHTqPF",
"name": "attribute",
"status": "unavailable",
"status_error": {
"type": "INVALID_REQUEST",
"sub_type": "PRODUCT_UNAVAILABLE",
"message": "Product is unavailable or is not in a fixable state."
},
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2025-01-31T15:35:07.310Z",
"updated_at": "2025-01-31T15:35:29.233Z"
},
"payoff": {
"id": "prd_Pqgg67jyHTqPF",
"name": "payoff",
"status": "unavailable",
"status_error": {
"type": "INVALID_REQUEST",
"sub_type": "PRODUCT_UNAVAILABLE",
"message": "Product is unavailable or is not in a fixable state."
},
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
},
"transactions": {
"id": "prd_tHCXTWeCrc7KG",
"name": "transactions",
"status": "unavailable",
"status_error": {
"type": "INVALID_REQUEST",
"sub_type": "PRODUCT_UNAVAILABLE",
"message": "Product is unavailable or is not in a fixable state."
},
"latest_request_id": null,
"is_subscribable": true,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
},
"update": {
"id": "prd_A9R7TmKma3aj7",
"name": "update",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": true,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
}
}
Returns a map of Product names to Product objects for an Account.
Path Parameters
ID of the Account.
Returns
Returns a map of Product names to Product objects.
curl "https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/products" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"sensitive": {
"id": "prd_mjhtYK6VJ4YW6",
"name": "sensitive",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
},
"balance": {
"id": "prd_FQFHqVNiCRb7J",
"name": "balance",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.316Z"
},
"card_brand": {
"id": "prd_BjyXJrYnYer79",
"name": "card_brand",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.316Z"
},
"attribute": {
"id": "prd_Pqgg67jyHTqPF",
"name": "attribute",
"status": "unavailable",
"status_error": {
"type": "INVALID_REQUEST",
"sub_type": "PRODUCT_UNAVAILABLE",
"message": "Product is unavailable or is not in a fixable state."
},
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2025-01-31T15:35:07.310Z",
"updated_at": "2025-01-31T15:35:29.233Z"
},
"payoff": {
"id": "prd_Pqgg67jyHTqPF",
"name": "payoff",
"status": "unavailable",
"status_error": {
"type": "INVALID_REQUEST",
"sub_type": "PRODUCT_UNAVAILABLE",
"message": "Product is unavailable or is not in a fixable state."
},
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
},
"transactions": {
"id": "prd_tHCXTWeCrc7KG",
"name": "transactions",
"status": "unavailable",
"status_error": {
"type": "INVALID_REQUEST",
"sub_type": "PRODUCT_UNAVAILABLE",
"message": "Product is unavailable or is not in a fixable state."
},
"latest_request_id": null,
"is_subscribable": true,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
},
"update": {
"id": "prd_A9R7TmKma3aj7",
"name": "update",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": true,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
}
}
curl "https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/products" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"sensitive": {
"id": "prd_mjhtYK6VJ4YW6",
"name": "sensitive",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
},
"balance": {
"id": "prd_FQFHqVNiCRb7J",
"name": "balance",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.316Z"
},
"card_brand": {
"id": "prd_BjyXJrYnYer79",
"name": "card_brand",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.316Z"
},
"attribute": {
"id": "prd_Pqgg67jyHTqPF",
"name": "attribute",
"status": "unavailable",
"status_error": {
"type": "INVALID_REQUEST",
"sub_type": "PRODUCT_UNAVAILABLE",
"message": "Product is unavailable or is not in a fixable state."
},
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2025-01-31T15:35:07.310Z",
"updated_at": "2025-01-31T15:35:29.233Z"
},
"payoff": {
"id": "prd_Pqgg67jyHTqPF",
"name": "payoff",
"status": "unavailable",
"status_error": {
"type": "INVALID_REQUEST",
"sub_type": "PRODUCT_UNAVAILABLE",
"message": "Product is unavailable or is not in a fixable state."
},
"latest_request_id": null,
"is_subscribable": false,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
},
"transactions": {
"id": "prd_tHCXTWeCrc7KG",
"name": "transactions",
"status": "unavailable",
"status_error": {
"type": "INVALID_REQUEST",
"sub_type": "PRODUCT_UNAVAILABLE",
"message": "Product is unavailable or is not in a fixable state."
},
"latest_request_id": null,
"is_subscribable": true,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
},
"update": {
"id": "prd_A9R7TmKma3aj7",
"name": "update",
"status": "available",
"status_error": null,
"latest_request_id": null,
"is_subscribable": true,
"created_at": "2024-03-26T20:25:27.261Z",
"updated_at": "2024-03-26T20:25:27.317Z"
}
}