CustomerService::update()
Method: Updates the specified customer by setting the values of the parameters passed.
CustomerService::update Read More »
Method: Updates the specified customer by setting the values of the parameters passed.
CustomerService::update Read More »
Method: Most credit balance transaction fields are immutable, but you may update its description and metadata.
CustomerService::updateBalanceTransaction Read More »
Method: No description found
CustomerService::updateSource Read More »
Method: No description found
CustomerService::verifySource Read More »
Method: Returns a list of SetupIntents.
SetupIntentService::all Read More »
Method: Creates an immutable transaction that updates the customer’s credit balance.
CustomerService::createBalanceTransaction Read More »
Method: A SetupIntent object can be canceled when it is in one of these statuses: requires_payment_method, requires_confirmation, or requires_action.
SetupIntentService::cancel Read More »
Method: Confirm that your customer intends to set up the current or provided payment method. For example, you would confirm a SetupIntent when a customer hits the “Save” button on a payment method management page on your website.
SetupIntentService::confirm Read More »
Method: Creates a SetupIntent object.
SetupIntentService::create Read More »
Method: Retrieves the details of a SetupIntent that has previously been created.
SetupIntentService::retrieve Read More »
Method: Updates a SetupIntent object.
SetupIntentService::update Read More »
Method: Returns a list of objects that contain the rates at which foreign currencies are converted to one another. Only shows the currencies for which Stripe supports.
ExchangeRateService::all Read More »
Method: Retrieves the exchange rates from the given currency to every supported currency.
ExchangeRateService::retrieve Read More »
Method: Returns a list of your customers. The customers are returned sorted by creation date, with the most recent customers appearing first.
CustomerService::all Read More »
Method: Returns a list of transactions that updated the customer’s balances.
CustomerService::allBalanceTransactions Read More »
Method: Returns a list of PaymentMethods for a given Customer.
CustomerService::allPaymentMethods Read More »
Method: List sources for a specified customer.
CustomerService::allSources Read More »