Skip to content

Shared Payment Issued Token ​

A SharedPaymentIssuedToken is a limited-use reference to a PaymentMethod that can be created with a secret key. When shared with another Stripe account (Seller), it enables that account to either process a payment on Stripe against a PaymentMethod that your Stripe account owns, or to forward a usable credential created against the originalPaymentMethod to then process the payment off-Stripe.

Endpoints ​

Create a SharedPaymentIssuedToken ​

  • POST /v1/shared_payment/issued_tokens

Retrieve a SharedPaymentIssuedToken ​

  • GET /v1/shared_payment/issued_tokens/:id

Revoke a SharedPaymentIssuedToken ​

  • POST /v1/shared_payment/issued_tokens/:id/revoke

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18