edds_api_request( string $object, string $method, mixed $args = null )
Allows preconfigured Stripe API requests to be made.
Description Description
Parameters Parameters
- $object
-
(Required) Name of the Stripe object to request.
- $method
-
(Required) Name of the API operation to perform during the request.
- $args
-
(Optional) Additional arguments to pass to the request.
Default value: null
Return Return
(StripeStripeObject)
Source Source
File: includes/gateways/stripe/includes/functions.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |