#andy-potter_destination-charges-obo-reversal
1 messages ยท Page 1 of 1 (latest)
๐ 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/1358825141210972270
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ I'm not sure offhand, and would need to stand up a test to be sure. I'm in the middle of trying to reproduce a bug for another user, so it will take me some time to stand up that test.
Are you close to being able to test the integration you're building? It may be faster for you to test if so.
Hey @thorn inlet! Let me see if I can get the user to test. I'm a Stripe partner helping a user, so I don't have access to their platform to test. They're asking me the question and the docs don't see to have a lot of detail
I don't have a test environment with the Embedded components
Hi ๐
I'm stepping in as my colleague needs to go. I'm not sure I 100% understand what you are referring to here. I think the best option to be certain would be to test this out yourself and examine all the API objects that are generated.
Okay I was able to test this out myself. When I used the Connect Embedded Component to reverse the Destintation Charge it generated the Refund object below:
{
id: "re_3RBI51IlCeH6bP8R0AefV62W",
object: "refund",
amount: 10000,
balance_transaction: "txn_3RBI51IlCeH6bP8R0NohWFPq",
charge: "ch_3RBI51IlCeH6bP8R079nxXly",
created: 1744041652,
currency: "usd",
destination_details: {
card: {
reference_status: "pending",
reference_type: "acquirer_reference_number",
type: "refund"
},
type: "card"
},
metadata: {
details: "They like money and want to keep it"
},
payment_intent: "pi_3RBI51IlCeH6bP8R0oKGSLku",
reason: "requested_by_customer",
receipt_number: null,
source_transfer_reversal: null,
status: "succeeded",
transfer_reversal: "trr_1RBI6TIlCeH6bP8RAF0rW7JC"
},
We can see the transfer is also revered.
ok, thanks @gaunt yoke
Does it automatically reverse the application fee as well?
The application fee is funds the platform has retained prior to the transfer.
But the entire amount of funds will be returned to the customer
gotcha. Thanks @gaunt yoke
Happy to shed what ๐ก I can ๐
I have another question on Radar fees, should I submit another question?
We cannot offer guidance on fees on this server
For that you will need to reach out to Support here
copy that. I'm just wondering why I don't see them in Test mode
Because we don't charge those fees in test mode, as far as I know.
that what I thought