Skip to content

feat(api)!: remove Limits API, add ACH controls to Account Numbers #118

Merged
stainless-bot merged 1 commit intonextfrom
feat-api-remove-limits-api-add-a
Sep 12, 2023
Merged

feat(api)!: remove Limits API, add ACH controls to Account Numbers #118
stainless-bot merged 1 commit intonextfrom
feat-api-remove-limits-api-add-a

Conversation

@stainless-bot
Copy link
Copy Markdown
Collaborator

  • Remove Limits related endpoints
  • Add inbound_ach property to Account Numbers
  • Add ability to block ACH debits for Account Numbers
  • Make entity_id required for archiving entities
    BREAKING CHANGES:
  • Removed Limits related endpoints
    • POST /limits
    • GET /limits
    • PATCH /limits/{limit_id}
    • GET /limits/{limit_id}
  • entity_id is now required for POST /entities/{entity_id}/archive

Migration

Use the new inbound_ach properties on Account Numbers to control ACH debit behavior.

- Remove Limits related endpoints
- Add `inbound_ach` property to Account Numbers
- Add ability to block ACH debits for Account Numbers
- Make `entity_id` required for archiving entities

BREAKING CHANGES:

- Removed Limits related endpoints
  - `POST /limits`
  - `GET /limits`
  - `PATCH /limits/{limit_id}`
  - `GET /limits/{limit_id}`
- `entity_id` is now required for `POST /entities/{entity_id}/archive`

# Migration

Use the new `inbound_ach` properties on Account Numbers to control ACH debit behavior.
@stainless-bot stainless-bot merged commit fbaa6dd into next Sep 12, 2023
@stainless-bot stainless-bot deleted the feat-api-remove-limits-api-add-a branch September 12, 2023 21:30
stainless-bot added a commit that referenced this pull request Sep 13, 2023
)

- Remove Limits related endpoints
- Add `inbound_ach` property to Account Numbers
- Add ability to block ACH debits for Account Numbers
- Make `entity_id` required for archiving entities
BREAKING CHANGES:
- Removed Limits related endpoints
  - `POST /limits`
  - `GET /limits`
  - `PATCH /limits/{limit_id}`
  - `GET /limits/{limit_id}`
- `entity_id` is now required for `POST /entities/{entity_id}/archive`
# Migration
Use the new `inbound_ach` properties on Account Numbers to control ACH debit behavior.
@stainless-bot stainless-bot mentioned this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant