#mfridman-save and capture
1 messages · Page 1 of 1 (latest)
👋 happy to help
yes you can do that
basically you will authorize the whole amount (nb of students x price) and you can specify after that the amount_to_capture (real nb of students x price)
Oh I see. And that real amount needs to be captured before the 7 day hold expires?
yes exactly
and you can't over-capture
meaning that the amount_to_capture should be less or equal than the amount
We need to ensure each student gets marked as paid who was within the session. Would it be possible for each one to have their own unique transaction ID? Just wondering how we could refund for a particular student if needed.
yeah in that case you can do them in separate transactions and use the metadata to pass the student Id
So the CC would be charged for each individual student?
are you using the same CC for all charges?
then yes
We dont want them to be charged 500 times though
you could save the CC https://stripe.com/docs/payments/save-and-reuse
and then use it in off_session mode
Okay, I can look into this. Thanks
let me know if you need any more help