#lozz_api

1 messages ยท Page 1 of 1 (latest)

short relicBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1438467633337860106

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

fringe elbow
#

hey there! Stripe supports setting an amount when creating a refund, if you want to refund a partial amount

cyan lark
#

Just to confirm with this API request, I can set the amount to a partial amount or a full amount as well as sending card data?

fringe elbow
#

you don't send card data, Stripe sends the refund to the card used for the original transaction

if the refund is for the full transaction amount, there's no need to set any amount - that's only necessary for a partial refund

#

it sounds like your question isn't about standard payment refunds though - could you clarify your use case please?

cyan lark
#

I've been asked by my sales team whether we could support some sort of refund transaction where we have the ability to refund the full amount or partial amount. In addition to that, I've also been asked if we could capture card data for that particular transaction as the customer may want the refund to be sent to another card as opposed to the initial card used.

We have an integration with Stripe supporting payment transactions with and without 3DS and tokenisation transactions for both MOTO and ecommerce.

fringe elbow
#

ah thanks for clarifying! I'm afraid it's not possible to send a refund to another destination card

although I'd recommend directing that question to our support team, as this channel is best suited for technical integration questions

short relicBOT
#

We wish we could help, but you need to talk to Stripe support

We can only help on Discord if all of the following are true:

  • ๐Ÿง‘โ€๐Ÿ’ป You must be a developer
  • ๐Ÿ› ๏ธ Your question must be about building a Stripe integration
  • โš™๏ธ Your question must be technical/developer focused
  • โฑ๏ธ You must be available to respond in realtime
  • ๐Ÿ‘ฅ You must be comfortable receiving help in public (this is a public server)

If any of those aren't true please contact Stripe support.

If all of those are true we may have misunderstood your question; please provide more details below.

Note that using an inappropriate button or submitting inappropriate information is a violation of our rules. You will be removed from this server if you repeatedly create invalid threads.

cyan lark
#

Could I ask one final question,
Is refund the only transaction you do that performs some sort of disbursement/credit?

fringe elbow
#

no problem! I do think that our support team might be better suited to answer that for you since they have a broader range of knowledge of our products (as well as things like betas)

but having said that, no, the only other option would be to set up Stripe accounts for your users using Stripe Connect, and then sending payouts to them directly

#

this may or may not be a good solution for your use case, but I'd recommend reading through this doc to understand how the product works overall

cyan lark
#

Okay, I will take speak to the support team.

#

Thank you