Generate a Delphi Stripe Client
Stripe publishes and maintains an official OpenAPI 3 description of its API. sgcOpenAPI does not ship a hand written Stripe component, it ships a generator. You run sgcOpenAPI.exe once over that specification and you get a single Pascal unit with one method per operation, a typed response class for every one of them, and a GetOpenAPIClient function that hands you a ready client.