Card Brand
Create a Card Brand
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
Card Brand
Create a Card Brand
POST
/
accounts
/
:acc_id
/
card_brands
curl https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/card_brands \
-X POST \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"id": "cbrd_eVMDNUPfrFk3e",
"account_id": "acc_yVf3mkzbhz9tj",
"network": "visa",
"issuer": "Chase",
"last4": "8623",
"brands": [
{
"id": "brand_AMxtjQzAfDCRP",
"name": "Chase Sapphire Reserve",
"url": "https://static.methodfi.com/card_brands/1b7ccaba6535cb837f802d968add4700.png"
}
],
"status": "completed",
"shared": false,
"error": null,
"created_at": "2024-03-19T01:05:37.247Z",
"updated_at": "2024-03-19T01:05:37.247Z"
}
Creates a new CardBrand request to retrieve the Account’s card brand.
Operation Type:
Path Parameters
ID of the Account.
Returns
Returns a CardBrand object.
curl https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/card_brands \
-X POST \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"id": "cbrd_eVMDNUPfrFk3e",
"account_id": "acc_yVf3mkzbhz9tj",
"network": "visa",
"issuer": "Chase",
"last4": "8623",
"brands": [
{
"id": "brand_AMxtjQzAfDCRP",
"name": "Chase Sapphire Reserve",
"url": "https://static.methodfi.com/card_brands/1b7ccaba6535cb837f802d968add4700.png"
}
],
"status": "completed",
"shared": false,
"error": null,
"created_at": "2024-03-19T01:05:37.247Z",
"updated_at": "2024-03-19T01:05:37.247Z"
}
curl https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/card_brands \
-X POST \
-H "Method-Version: 2024-04-04" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"id": "cbrd_eVMDNUPfrFk3e",
"account_id": "acc_yVf3mkzbhz9tj",
"network": "visa",
"issuer": "Chase",
"last4": "8623",
"brands": [
{
"id": "brand_AMxtjQzAfDCRP",
"name": "Chase Sapphire Reserve",
"url": "https://static.methodfi.com/card_brands/1b7ccaba6535cb837f802d968add4700.png"
}
],
"status": "completed",
"shared": false,
"error": null,
"created_at": "2024-03-19T01:05:37.247Z",
"updated_at": "2024-03-19T01:05:37.247Z"
}