Update generated code for v961

This commit is contained in:
Stripe OpenAPI 2024-04-15 22:15:04 +00:00
parent 59863ea3aa
commit 20ae76545b
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v957 v961

View File

@ -3,9 +3,9 @@
module Stripe module Stripe
module Forwarding module Forwarding
# Instructs Stripe to make a request on your behalf using the destination URL and HTTP method in the config. # Instructs Stripe to make a request on your behalf using the destination URL. The destination URL
# A config is set up for each destination URL by Stripe at the time of onboarding. Stripe verifies requests with # is activated by Stripe at the time of onboarding. Stripe verifies requests with your credentials
# your credentials in the config, and injects card details from the payment_method into the request. # provided during onboarding, and injects card details from the payment_method into the request.
# #
# Stripe redacts all sensitive fields and headers, including authentication credentials and card numbers, # Stripe redacts all sensitive fields and headers, including authentication credentials and card numbers,
# before storing the request and response data in the forwarding Request object, which are subject to a # before storing the request and response data in the forwarding Request object, which are subject to a