#raphael1807
1 messages · Page 1 of 1 (latest)
So a user books a property he pays through our platform and we would like to send what he has paid everytime and if possible to add terms and conditions and IP stamping so it would be a legal proof
yes
and if possible add some variable in the transaction that and make it kinda custominsanle
you see here there is a name variable
Do you already have a Stripe integration?
yes
What integration are you currently using?
Oh okay
Well my recommendation would be to use Stripe Checkout and then you can create post-payment invoices: https://stripe.com/docs/payments/checkout/post-payment-invoices
Well the Invoice will depend on the information you provide during Checkout
To have more customization ability you could create the Invoice directly with our Invoicing API
and add some extra datas at the bottom correct?
Then you could use stuff like custom_fields (https://stripe.com/docs/api/invoices/create#create_invoice-custom_fields) to display custom info you desire
Yep
Hmm overall not really. The best thing to do here is to start testing it out
This is easy to do in test mode with a Stripe Account
perfect
Then, if you have any further issues or confusion you can come chat with us here
Bismarck you've just made my day
Happy to help