EDD_Stripe_API::request( string $object, string $method )

Makes an API request.


Description Description

Requires a Stripe object and method, with optional additional arguments.


Parameters Parameters

$object

(Required) Stripe object, such as Customer, Subscription, PaymentMethod, etc.

$method

(Required) Method to call on the object, such as update, retrieve, etc.

$args

(Required) Additional arguments to pass to the request.


Top ↑

Return Return

(StripeStripeObject)


Top ↑

Source Source

File: includes/gateways/stripe/includes/class-stripe-api.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.