LoginLink
Class: No description found
Method: Sets the client_id to be used for Connect requests.
Stripe::setClientId Read More »
Method: No description found
Collection::extractPathAndUpdateParams Read More »
Class: Each customer has a balance value, which denotes a debit or credit that’s automatically applied to their next invoice upon finalization. You may modify the value directly by using the update customer API, or by creating a Customer Balance Transaction, which increments or decrements the customer’s balance by the specified amount.
CustomerBalanceTransaction Read More »
Method: No description found
CustomerBalanceTransaction::instanceUrl Read More »
Method: No description found
CustomerBalanceTransaction::retrieve Read More »
Method: No description found
CustomerBalanceTransaction::update Read More »
Method: No description found
BitcoinReceiver::instanceUrl Read More »
Class: Shipping rates describe the price of shipping presented to your customers and can be applied to Checkout Sessions to collect shipping costs.
Class: Exchange Rate objects allow you to determine the rates that Stripe is currently using to convert from one currency to another. Since this number is variable throughout the day, there are various reasons why you might want to know the current rate (for example, to dynamically price an item for a user with a default payment in a foreign currency).