# 規制に基づく領収書 オンラインで提供される取引領収書についてご紹介します。 残高へのすべての変更には、対応する [Transaction オブジェクト](https://docs.stripe.com/api/treasury/transactions/object.md)があり、資金移動のサマリーが提供されます。一部の取引タイプは、Stripe の資金移動業ライセンスにおいて「規制対象」と見なされ、特殊な取り扱いが必要とされます。プラットフォームは、規制対象の取引に関与する、プラットフォーム上の売り手やサービスプロバイダー (連結アカウント) の顧客に、取引の領収書を提供し、開示事項を提示する必要があります。 ## 領収書へのアクセスを提供する Stripe では、`hosted_regulatory_receipt_url` 属性の値として URL を記録し、すべての資金移動リソースで、規制に基づく取引領収書をオンラインで提供しています。このオンライン領収書には、取引の説明、金額、タイミング情報、および関連する開示事項が記載されます。プラットフォーム上の売り手やサービスプロバイダー (連結アカウント) は、Stripe ダッシュボードにアクセスできないため、売り手やサービスプロバイダーが、商品内から領収書を取得できるようにする必要があります。 ![取引 ID、送金金額、登録日、取引の説明、規制の開示メッセージを示す、アウトバウンド支払いのオンライン領収書。](https://b.stripecdn.com/docs-statics-srv/assets/receipt.4490fc802089baf86a8ee4bf9b98118a.png) 規制に基づく領収書 > 領収書の URL は変更される可能性があり、60 日間のみ有効であるため、保存しないでください。 このオンライン領収書は、以下のオブジェクトの `hosted_regulatory_receipt_url` 属性で見つけることができます。 - [InboundTransfer](https://docs.stripe.com/api/treasury/inbound_transfers/object.md#inbound_transfer_object-hosted_regulatory_receipt_url) - [ReceivedCredit](https://docs.stripe.com/api/treasury/received_credits/object.md#received_credit_object-hosted_regulatory_receipt_url) - [ReceivedDebit](https://docs.stripe.com/api/treasury/received_debits/object.md#received_debit_object-hosted_regulatory_receipt_url) - [CreditReversal](https://docs.stripe.com/api/treasury/credit_reversals/object.md#credit_reversal_object-hosted_regulatory_receipt_url) - [DebitReversal](https://docs.stripe.com/api/treasury/debit_reversals/object.md#debit_reversal_object-hosted_regulatory_receipt_url) - [OutboundTransfer](https://docs.stripe.com/api/treasury/outbound_transfers/object.md#outbound_transfer_object-hosted_regulatory_receipt_url) - [OutboundPayment](https://docs.stripe.com/api/treasury/outbound_payments/object.md#outbound_payment_object-hosted_regulatory_receipt_url)