select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Utilities

stripe

Experimental generated SQL/PLPython SDK for calling the Stripe REST API from PostgreSQL.

pgext.cloud · Source code · Website · Documentation · License text · Control file

Overview

Packagestripe
Version0.0.1
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Project statusActive
VendorStainless
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Schemastripe, stripe_accounts, stripe_balance, stripe_coupons, stripe_customers, stripe_disputes, stripe_internal, stripe_invoiceitems, stripe_invoices, stripe_payment_intents, stripe_payment_links, stripe_prices, stripe_products, stripe_refunds, stripe_subscriptions
Stars1
Latest commit2026-04-20
Latest release2026-04-20
Catalogue updated2026-08-30

Related extensions

Requires

plpython3uPL/Python3U untrusted procedural language

See also

httpHTTP client for PostgreSQL, allows web page retrieval inside the database.
pg_netAsync HTTP Requests
pg_httpsHTTP/HTTPS client functions for PostgreSQL using libcurl
supa_queueSimple PostgreSQL job queue that dispatches asynchronous HTTP requests with pg_net, schedules processing and retries with pg_cron, and stores endpoint credentials in Supabase Vault.
omni_httpcHTTP client
vmagentfdwForeign data wrapper for reading vmagent scrape-target status through its HTTP API.
pg_graphql_serverRuns an HTTP GraphQL endpoint from a PostgreSQL background worker and delegates queries to pg_graphql.
pg_graphqlAdd in-database GraphQL support