File::create()
Method: No description found
Class: This is an object representing a Stripe account. You can retrieve it to see properties on the account like its current e-mail address or if the account is enabled yet to make live charges.
Method: No description found
Account::getSavedNestedResources Read More »
Method: No description found
Account::serializeParameters Read More »
Method: No description found
Account::serializeAdditionalOwners Read More »
Method: Generates a URL to Stripe’s OAuth form.
OAuth::authorizeUrl Read More »
Method: Use an authoriztion code to connect an account to your platform and fetch the user’s credentials.
Method: Disconnects an account from your platform.
OAuth::deauthorize Read More »
Class: Cardholder authentication via 3D Secure is initiated by creating a 3D Secure object. Once the object has been created, you can use it to authenticate the cardholder and create a charge.
Class: To top up your Stripe balance, you create a top-up object. You can retrieve individual top-ups, as well as list all top-ups. Top-ups are identified by a unique, random ID.