BaseStripeClient::requestCollection( string $method, string $path, array $params, array|StripeUtilRequestOptions $opts )
Sends a request to Stripe’s API.
Description Description
Parameters Parameters
- $method
-
(Required) the HTTP method
- $path
-
(Required) the path of the request
- $params
-
(Required) the parameters of the request
- $opts
-
(Required) the special modifiers of the request
Return Return
(StripeCollection) of ApiResources
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/BaseStripeClient.php