#mramik

1 messages · Page 1 of 1 (latest)

ripe bridgeBOT
mint geyser
#

Good question, looking in to it. Where did you find that parameter? Is it in one of our docs or did you find it by examining dev console requests or something?

modest oxide
#

By examining dev console requests, yes

mint geyser
#

Gotcha, thank you. Checking in to this and will get back to you

modest oxide
#

Thanks ! in the dev console, I found it on a refunded payement, under payment_intent object > charges > refunds > payment_method_details. But I can't found it using the API, through the similar process a with the expand parameter ...

mint geyser
#

Hey apologies for the delay, it looks like this is something that would need to be enabled for your account. You can reach out to our support team for this https://support.stripe.com/?contact=true

#

Once it is enabled it looks like the ARN will show up as part of the payment method details on the refund. { id: "re_1E8GJrBYw10T1z03DC89qHn5", object: "refund", status: "succeeded", amount: 100, ..., payment_method_details: { type: "card", card: { acquirer_reference_number_status: "available", acquirer_reference_number: "12345678910111213", } } }