#mramik
1 messages · Page 1 of 1 (latest)
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?
By examining dev console requests, yes
Gotcha, thank you. Checking in to this and will get back to you
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 ...
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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", } } }