mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-01 00:01:13 -05:00
Update generated code for v961
This commit is contained in:
parent
59863ea3aa
commit
20ae76545b
@ -1 +1 @@
|
||||
v957
|
||||
v961
|
||||
@ -3,9 +3,9 @@
|
||||
|
||||
module Stripe
|
||||
module Forwarding
|
||||
# Instructs Stripe to make a request on your behalf using the destination URL and HTTP method in the config.
|
||||
# A config is set up for each destination URL by Stripe at the time of onboarding. Stripe verifies requests with
|
||||
# your credentials in the config, and injects card details from the payment_method into the request.
|
||||
# Instructs Stripe to make a request on your behalf using the destination URL. The destination URL
|
||||
# is activated by Stripe at the time of onboarding. Stripe verifies requests with your credentials
|
||||
# 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,
|
||||
# before storing the request and response data in the forwarding Request object, which are subject to a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user