CardholderService::retrieve()
Method: Retrieves an Issuing Cardholder object.
CardholderService::retrieve Read More »
Method: Retrieves an Issuing Cardholder object.
CardholderService::retrieve Read More »
Method: Updates the specified Issuing Cardholder object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
CardholderService::update Read More »
Method: Returns a list of Issuing Authorization objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
AuthorizationService::all Read More »
Method: Approves a pending Issuing Authorization object. This request should be made within the timeout window of the real-time authorization flow.
AuthorizationService::approve Read More »
Method: Declines a pending Issuing Authorization object. This request should be made within the timeout window of the real time authorization flow.
AuthorizationService::decline Read More »
Method: Retrieves an Issuing Authorization object.
AuthorizationService::retrieve 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: No description found
IssuingServiceFactory::getServiceClass Read More »
Method: List all verification reports.
VerificationReportService::all Read More »
Method: Returns a list of Issuing Transaction objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
TransactionService::all Read More »
Method: Retrieves an existing VerificationReport.
VerificationReportService::retrieve Read More »
Method: Retrieves an Issuing Transaction object.
TransactionService::retrieve Read More »
Method: Updates the specified Issuing Transaction object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
TransactionService::update Read More »
Method: Returns a list of Issuing Dispute objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
DisputeService::all 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 »