mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-22 00:00:40 -04:00
Compare commits
2 Commits
b62018ee93
...
fee677de9e
Author | SHA1 | Date | |
---|---|---|---|
|
fee677de9e | ||
|
08400e8df9 |
@ -1 +1 @@
|
|||||||
v618
|
v623
|
@ -4,6 +4,6 @@
|
|||||||
module Stripe
|
module Stripe
|
||||||
module ApiVersion
|
module ApiVersion
|
||||||
CURRENT = "2023-10-16"
|
CURRENT = "2023-10-16"
|
||||||
PREVIEW = "2023-09-15.preview-v2"
|
PREVIEW = "2023-10-25.preview-v2"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
module Issuing
|
module Issuing
|
||||||
# Every time an applicant submits an application for a Charge Card product your Platform offers, or every time your Platform takes a proactive credit decision on an existing account, you must record the decision by creating a new CreditUnderwritingRecord object on a Connected account.
|
# Every time an applicant submits an application for a Charge Card product your platform offers, or every time your platform takes a proactive credit decision on an existing account, you must record the decision by creating a new `CreditUnderwritingRecord` object on a connected account.
|
||||||
#
|
#
|
||||||
# [Follow the guide](https://stripe.com/docs/issuing/coming_soon) to learn about your requirements as a Platform.
|
# [Follow the guide](https://stripe.com/docs/issuing/credit/report-credit-decisions-and-manage-aans) to learn about your requirements as a platform.
|
||||||
class CreditUnderwritingRecord < APIResource
|
class CreditUnderwritingRecord < APIResource
|
||||||
extend Stripe::APIOperations::List
|
extend Stripe::APIOperations::List
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user