AuthorizationService::update()
Method: Updates the specified Issuing Authorization
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
AuthorizationService::update Read More »
Method: Updates the specified Issuing Authorization
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
AuthorizationService::update Read More »
Method: Returns a list of early fraud warnings.
EarlyFraudWarningService::all Read More »
Method: Retrieves the details of an early fraud warning that has previously been created.
EarlyFraudWarningService::retrieve Read More »
Method: Returns a list of ValueList
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
ValueListService::all Read More »
Method: Creates a new ValueList
object, which can then be referenced in rules.
ValueListService::create Read More »
Method: Creates an Issuing Dispute
object. Individual pieces of evidence within the evidence
object are optional at this point. Stripe only validates that required evidence is present during submission. Refer to Dispute reasons and evidence for more details about evidence requirements.
DisputeService::create Read More »
Method: Retrieves an Issuing Dispute
object.
DisputeService::retrieve Read More »
Method: Submits an Issuing Dispute
to the card network. Stripe validates that all evidence fields required for the dispute’s reason are present. For more details, see Dispute reasons and evidence.
DisputeService::submit Read More »
Method: Updates the specified Issuing Dispute
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
DisputeService::update Read More »
Method: Returns a list of Issuing Card
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
Method: Updates the specified Issuing Card
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
CardService::update Read More »
Class: Service factory class for API resources in the Issuing namespace.
IssuingServiceFactory Read More »
Method: No description found
IssuingServiceFactory::getServiceClass Read More »