Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

stainless-bot
Copy link
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 81ca511 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.
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