TopupService::update()
Method: Updates the metadata of a top-up. Other top-up details are not editable by design.
TopupService::update Read More »
Method: Updates the metadata of a top-up. Other top-up details are not editable by design.
TopupService::update Read More »
Method: Creates a new price for an existing product. The price can be recurring or one-time.
PriceService::create Read More »
Method: Retrieves the price with the given ID.
PriceService::retrieve Read More »
Method: Updates the specified price by setting the values of the parameters passed. Any parameters not provided are left unchanged.
PriceService::update 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 »
Method: To connect to a reader the Stripe Terminal SDK needs to retrieve a short-lived connection token from Stripe, proxied through your server. On your backend, add an endpoint that creates and returns a connection token.
ConnectionTokenService::create Read More »
Method: Creates a new Location object. For further details, including which address fields are required in each country, see the Manage locations guide.
LocationService::create Read More »