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


Top ↑

Return Return

(StripeCollection) of ApiResources


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/BaseStripeClient.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.