#Jansen (Ai-Menu)
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the request ID of this refund creation request?
Sure, just a sec
{
"error": {
"code": "card_present_type_not_supported",
"message": "The interac_present source type is not supported in AU.",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_WdRXVVLuSoHCEa?t=1679454570",
"type": "invalid_request_error"
}
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Original-Request: req_WdRXVVLuSoHCEa
https://dashboard.stripe.com/test/logs/req_WdRXVVLuSoHCEa is not a refund creation request, it's a paymentIntent creation request
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And you specified interac_present in the payment_method_types, this payment method is not supported in Australia.
I know I am trying to create one with interac_present
so i can do refund later\
I can do a successful payment first, and do a refund on the successful paymentintent
just a sec
{
"error": {
"message": "The charge to be refunded and the PaymentMethod provided for the refund must both be interac_present type.",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_N8G7VJnMsxjLRR?t=1679454787",
"type": "invalid_request_error"
}
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Original-Request: req_N8G7VJnMsxjLRR
OK, the in-person refund (the API that you are calling) is for interac_present payment method. You should initiate the refund by making a request from your backend (https://stripe.com/docs/terminal/features/refunds#refunds)
does this mean we are not able to initiate a in-person refund in Australia?
oh, right.
curl https://api.stripe.com/v1/refunds
-u sk_test_51JNtwbDOglbCzaHnqXJUt5gdmtG2iZzlAT2Me9gZz18SnhW9PXsimK74yq7BsOXTbk8m0DQlni5SNwWeOPqGeC1I00vBQbzI8y:
-d payment_intent=pi_Aabcxyz01aDfoo
so that is whati need to do first before calling the in-person refund
is that right?
The in-person refund API only works for interac_present
interac_present is not supported in Australia?
No, it's only available in Canada.
right. but we can still do refund using the the refunds endpoint?
Yes, through /v1/refunds, not /v1/terminal/readers/tmr_XXX/refund_payment
Cool. No worries Jack. Thank you for your help. I will communicate this through our team. But just before i go, just wondering if in-person refund would be enabled in Australia in the recent future?
I don't see it in the roadmap.