Movatterモバイル変換


[0]ホーム

URL:


Request IDs

Each API request has an associated request identifier. You can find this value in the response headers, underRequest-Id. You can also find request identifiers in the URLs of individual request logs in yourDashboard.

To expedite the resolution process, provide the request identifier when you contact us about a specific request.

curl https://api.stripe.com/v1/customers \
-usk_test_09l3shT...CzzZZsiLl2vAsk_test_09l3shTSTKHYCzzZZsiLl2vA: \
-D"-" \
-X POST

Connected Accounts

If you use StripeConnect, you can issue requests on behalf of yourconnected accounts. To act as a connected account, include aStripe-Account header containing the connected account ID, which typically starts with theacct_ prefix.

The connected account ID is set per-request. Methods on the returned object reuse the same account ID.

Per-Request Account
curl https://api.stripe.com/v1/charges/ch_3LmjFA2eZvKYlo2C09TLIsrw \
-usk_test_09l3shT...CzzZZsiLl2vAsk_test_09l3shTSTKHYCzzZZsiLl2vA: \
-H"Stripe-Account: acct_1032D82eZvKYlo2C" \
-G

Versioning

Each major release, such asAcacia, includes changes that aren’tbackward-compatible with previous releases. Upgrading to a new major release can require updates to existing code. Each monthly release includes only backward-compatible changes, and uses the same name as the last major release. You can safely upgrade to a new monthly release without breaking any existing code. The current version is 2026-01-28.clover. For information on all API versions, view ourAPI changelog.

You can upgrade your API version inWorkbench. As a precaution, use API versioning to test a new API version before committing to an upgrade.


[8]ページ先頭

©2009-2026 Movatter.jp