Weiter zum Inhalt
Konto erstellen
oder
anmelden
Das Logo der Stripe-Dokumentation
/
KI fragen
Konto erstellen
Anmelden
Jetzt starten
Zahlungen
Finanzautomatisierung
Plattformen und Marktplätze
Geldmanagement
Entwickler-Tools
Jetzt starten
Zahlungen
Finanzautomatisierung
Jetzt starten
Zahlungen
Finanzautomatisierung
Plattformen und Marktplätze
Geldmanagement
Übersicht
Versionierung
Änderungsprotokoll
    Übersicht
    Basilikum
    Acacia
    Vorherige Versionen
Aktualisieren Sie Ihre API-Version
Ihre SDK-Version aktualisieren
Entwickler-Tools
SDKs
API
Tests
Workbench
Ereignisziele
Arbeitsabläufe
Stripe-CLI
Stripe Shell
Entwickler-Dashboard
Agent-Toolkit
Mit LLMs entwickelnStripe für Visual Studio CodeStripe-StatuswarnungenHochgeladene Dateien
Sicherheit und Datenschutz
Sicherheit
Datenschutz
Extend Stripe
Stripe-Apps
Stripe Connectors
Partner
Partner-Ecosystem
Partner-Zertifizierung
StartseiteEntwickler-ToolsChangelogAcacia2024-11-20.acacia

Notiz

Bis jetzt ist diese Seite noch nicht in dieser Sprache verfügbar. Wir arbeiten aber verstärkt daran, unsere Dokumentation in weiteren Sprachen bereitzustellen, und werden die Übersetzung sofort anzeigen, sobald diese verfügbar ist.

Adds support for authorizers to Person API

What’s new

Adds the authorizer role as a parameter in the relationship field of the Person API.

The Stripe account representative is defined as the person that’s authorized to act as the primary representative of the account. This person provides information about themselves and is designated by the business to provide general information about the account.

To fulfill Know Your Customer (KYC) requirements, Stripe might be required to verify the authority of the representative. If the representative on the Stripe account doesn’t match a registered representative for the business, you can add an authorizer to the account to grant them authority to represent the business.

An authorizer is usually a person that qualifies as a registered representative for the business, but isn’t listed as a representative on the business Stripe account. Stripe might request additional information, such as a company authorization document, that allows the authorizer to transfer authority (to authorize) the representative.

There can only be one authorizer on a Stripe account. The authorizer can’t be the account representative. This role is only available in countries where the authorizer can transfer authority to the representative.

Command Line
cURL
curl https://api.stripe.com/v1/accounts/acct_xxxxx/persons \ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"
\ -d first_name=John \ -d last_name=Doe \ -d "relationship[authorizer]"=true

Impact

You can use the new authorizer relationship field to create an authorizer for your connected accounts. Use this authorizer to satisfy authority verification requirements on your connected account.

Changes

ParameterÄndernRessourcen oder Endpoints
authorizerHinzugefügt
Account#persons.relationshipToken#create.person.relationship

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
    • If you don’t use an SDK, update your API requests to include Stripe-Version: 2024-11-20.acacia
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

War diese Seite hilfreich?
JaNein
Benötigen Sie Hilfe? Kontaktieren Sie den Kundensupport.
Nehmen Sie an unserem Programm für frühzeitigen Zugriff teil.
Schauen Sie sich unser Änderungsprotokoll an.
Fragen? Sales-Team kontaktieren.
LLM? Lesen Sie llms.txt.
Unterstützt von Markdoc