#unclejiggy
1 messages · Page 1 of 1 (latest)
How are you currently accepting payments?
stripe checkout site
Are you creating checkout sessions via the api?
Also are these 1-time payments or subscriptions?
yeah the api
this is for one time payments, people buying things from the shop
We have a regular one-off and subscription donation page elsewhere on the site
so i'm looking to make it obvious on the exported report which payments were for the shop
Gotcha. You should be able to set the description on the underlying payment intent here: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
that's great thank you!