#andy-potter_destination-charges-obo-reversal

1 messages ยท Page 1 of 1 (latest)

small meadowBOT
#

๐Ÿ‘‹ 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.

thorn inlet
#

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.

latent shuttle
#

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

small meadowBOT
gaunt yoke
#

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.

latent shuttle
#

ok, thanks @gaunt yoke

#

Does it automatically reverse the application fee as well?

gaunt yoke
#

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

latent shuttle
#

gotcha. Thanks @gaunt yoke

gaunt yoke
#

Happy to shed what ๐Ÿ’ก I can ๐Ÿ™‚

latent shuttle
#

I have another question on Radar fees, should I submit another question?

gaunt yoke
#

We cannot offer guidance on fees on this server

#

For that you will need to reach out to Support here

latent shuttle
#

copy that. I'm just wondering why I don't see them in Test mode

gaunt yoke
#

Because we don't charge those fees in test mode, as far as I know.

latent shuttle
#

that what I thought