#jan123459371

1 messages · Page 1 of 1 (latest)

tight ploverBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

narrow geyser
#

What type of charges do you use? Direct Charges, Destination Charges or Separate Charges & Transfer?

west loom
#

Hey, sorry was in a call. Its destination charges

ionic laurel
#

How can I automatically create the credit notes?
can you clarify what you mean by this exactly? you mean how to refund the payment?

west loom
#

no.

I need to refund a customers payment. That includes the technical aspect of funding the money back (incl. creating transfers and whatever).
On the other hand it includes creating documents (pdf) which make it legally proof for the authorities

ionic laurel
west loom
#

i know this

#

my question is if it is possible to do it automatically on refund.

#

The other more important question is this:

Transaction volume: 119 € (100€ net and 19€ tax)

  1. customer pays.
  2. Platform gets 10 € (minus the stripe fee)
  3. service provider gets 109 €

What happens if I refund the payment?
Platfrom gets -10€
Service provider gets -109€
?

ionic laurel
#

my question is if it is possible to do it automatically on refund.
I don't understand. you want to furst refund the customer, and when thant happens automatically update the Invoice? then sure, using the Stripe API you could do that.

west loom
#

no. My question is: is there a single call like "refund(pi)" which includes the creation of reverse transfer and creation of credit note

ionic laurel
#

no, you'll need to make multiple API calls

west loom
#

ok thanks

#

what about that question:

Transaction volume: 119 € (100€ net and 19€ tax)

  1. customer pays.
  2. Platform gets 10 € (minus the stripe fee)
  3. service provider gets 109 €

What happens if I refund the payment?
Platfrom gets -10€
Service provider gets -109€
?

#

is it one api call? like refunds->create(pi) ?