2026-07-07

Summary: Accept Agreement Endpoint

Accounts

  • Added POST /accounts/{account}/accept_agreement endpoint. This endpoint allows agreement acceptance when the account is already provisioned. The request includes the person identifier, agreement identifier, and the timestamp when the agreement was accepted. The endpoint returns the customer account details, either PersonCustomerResponse or BusinessCustomerResponse depending on the account type.
  • Deprecation Warning: The id field in PersonCustomerResponse and BusinessCustomerResponse is now deprecated. Use the person field for person customers and the business field for business customers instead. The id field will be removed in a future version of this API.