Marketplace API endpoints that invoke the Stripe API now return a 409
response with error code stripe-invalid-request for all unknown 4xx
responses from Stripe. See:
Change listings keyword search to be accent insensitive.
Changed
Listing's query now supports passing in the minimum number of seats that the
listing should have available on the given period to match. Works with both
the Integration API and the Marketplace
API.
Add support for client_credentials grant using client secret in the
Authentication API. Used for obtaining access tokens
for the Integration API.
2019-11-27
Changed
Listing's query now allows choosing between AND (has all) and OR (has any)
matching mode for public extended data and metadata when querying against a
multi enum field. The default is still AND so this is a non-breaking change.
See /listings/query.
2019-09-16
Added
Expose listing's availability plan type and timezone in listing
resources.
2019-08-22
Added
Add support for storing payment cards using Stripe's Customers and Payment Methods