Added

API v1.2 changelog

API v1.2 gives you more visibility and control over your account's compliance and configuration. You can now read and update feature flags programmatically, track outstanding information requests at both the account and transfer level, and pull the beneficial owners tied to a KYC submission. We've also cleaned up the reference for deleting recipients. Here's everything that's new in this release.

New endpoints


Feature flags

  • GET /v1/feature_flags — Retrieve the feature-flag preferences configured for the account.
  • POST /v1/feature_flags — Update the account's feature-flag preferences by supplying a map of flag names to values.

Information requests

  • GET /v1/information_requests — List the account's outstanding information requests — the additional details or documents needed to complete compliance review. Cursor-paginated.
  • GET /v1/transfers/{id}/information_requests — List the information requests raised against a specific transfer.

KYC

  • GET /v1/kyc/submissions/{submissionId}/beneficiaries — List the beneficial owners on a KYC submission, including each beneficiary's type, country, ownership share, and roles.

Recipients

  • DELETE /v1/recipients/{id} — Deletes a saved recipient from the account by ID. Once removed, the recipient can no longer be used as a destination for new transfers. This release corrects the endpoint's reference description.