#mfridman-save and capture

1 messages · Page 1 of 1 (latest)

scarlet girder
#

👋 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)

cursive steppe
#

Oh I see. And that real amount needs to be captured before the 7 day hold expires?

scarlet girder
#

yes exactly

#

and you can't over-capture

#

meaning that the amount_to_capture should be less or equal than the amount

cursive steppe
#

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.

scarlet girder
#

yeah in that case you can do them in separate transactions and use the metadata to pass the student Id

cursive steppe
#

So the CC would be charged for each individual student?

scarlet girder
#

are you using the same CC for all charges?

cursive steppe
#

Yes. So one school could have 500 students for example

#

One card.

scarlet girder
#

then yes

cursive steppe
#

We dont want them to be charged 500 times though

scarlet girder
#

and then use it in off_session mode

cursive steppe
#

Okay, I can look into this. Thanks

scarlet girder
#

let me know if you need any more help