mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-02 00:01:00 -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 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user