Products
Retrieve a Product
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
Retrieve a Product
GET
/
accounts
/
:acc_id
/
products
/
:prd_id
curl "https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/products/prd_FQFHqVNiCRb7J" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"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"
}
Retrieves a Product record for an Account.
Path Parameters
ID of the Account.
ID of the Product.
Returns
Returns a Product object.
curl "https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/products/prd_FQFHqVNiCRb7J" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"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"
}
curl "https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/products/prd_FQFHqVNiCRb7J" \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"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"
}