Compare commits

..

No commits in common. "fee677de9e2996b4d77ca81023bdba3ae64d3a5f" and "b62018ee93488e61fa280e81c41f01f8bf00ab06" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v623
v618

View File

@ -4,6 +4,6 @@
module Stripe
module ApiVersion
CURRENT = "2023-10-16"
PREVIEW = "2023-10-25.preview-v2"
PREVIEW = "2023-09-15.preview-v2"
end
end

View File

@ -3,9 +3,9 @@
module Stripe
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/credit/report-credit-decisions-and-manage-aans) to learn about your requirements as a platform.
# [Follow the guide](https://stripe.com/docs/issuing/coming_soon) to learn about your requirements as a Platform.
class CreditUnderwritingRecord < APIResource
extend Stripe::APIOperations::List