Open Context Protocol is live! 🚀 Read the launch post
postCustomersCustomerBankAccountsId

postCustomersCustomerBankAccountsId

Update a specified source for a given customer.

POST /v1/customers/{customer}/bank_accounts/{id} HTTP/1.1

Parameters

{
  "customer": {
    "description": "",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "id": {
    "description": "",
    "required": true,
    "location": "path",
    "type": "string"
  }
}

Response Schema

{
  "anyOf": [
    {
      "$ref": "#/components/schemas/card"
    },
    {
      "$ref": "#/components/schemas/bank_account"
    },
    {
      "$ref": "#/components/schemas/source"
    }
  ]
}