PaymentIntentService::capture()
Method: Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture.
PaymentIntentService::capture Read More »
Method: Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture.
PaymentIntentService::capture Read More »
Method: Generates a URL to Stripe’s OAuth form.
OAuthService::authorizeUrl Read More »
Method: Confirm that your customer intends to pay with current or provided payment method. Upon confirmation, the PaymentIntent will attempt to initiate a payment.
PaymentIntentService::confirm Read More »
Method: Use an authoriztion code to connect an account to your platform and fetch the user’s credentials.
OAuthService::token Read More »
Method: Creates a PaymentIntent object.
PaymentIntentService::create Read More »
Method: Disconnects an account from your platform.
OAuthService::deauthorize Read More »
Method: Retrieves the details of a PaymentIntent that has previously been created.
PaymentIntentService::retrieve Read More »
Method: No description found
OAuthService::_getClientSecret Read More »
Method: Returns a list of your orders. The orders are returned sorted by creation date, with the most recently created orders appearing first.
Method: Updates a Reader object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
ReaderService::update Read More »
Method: Retrieves the details of an existing order. Supply the unique order ID from either an order creation request or the order list, and Stripe will return the corresponding order information.
OrderService::retrieve Read More »