Class CreditUnderwritingRecord

java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.ApiResource
com.stripe.model.issuing.CreditUnderwritingRecord
All Implemented Interfaces:
HasId, StripeActiveObject, StripeObjectInterface

public class CreditUnderwritingRecord extends ApiResource implements HasId
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 to learn about your requirements as a platform.