#igmontero
1 messages · Page 1 of 1 (latest)
Hi 👋 you can use metadata to store information that is important to your flows, that Stripe doesn't already collect, on our objects:
https://stripe.com/docs/api/metadata
It lets you store key/value pairs of strings, so you may be able to use that to track your trainer values.
We don't have Prices that are prebuilt to only run for a set number of payments, you will need to use Subscription Schedules to build that behavior.
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
Okay, so basically the metadata field would be included in the payments report I make? i.e a column saying "amount: 1500" and then "trainer: John" in another?
Yeah, that sounds feasible if you're building your reports. I don't know if our prebuilt reports (we in this forum focus on the API and aren't too familiar with those reports) surface metadata.
Okay awesome, thank you.
Just in case, where could I get assistance for these reports?
Our Support team should be more familiar with those. You can reach out to them here:
https://support.stripe.com/?contact=true
Thank you toby! have a great day