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


Top ↑

Return Return

(StripeStripeObject)


Top ↑

Source Source

File: includes/gateways/stripe/includes/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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