Hi everyone, I’m trying to implement refundCreate mutation to refund order to store credit.
I passed “store-credit” to “gateway” but it alway refund to original payment method instead of store credit
Do you guy facing same problem?
Thanks
Hi everyone, I’m trying to implement refundCreate mutation to refund order to store credit.
I passed “store-credit” to “gateway” but it alway refund to original payment method instead of store credit
Do you guy facing same problem?
Thanks
In case you’re creating a public app, Shopify doesn’t allow apps o issue store credit as refund.
Hey @jenhacool
To follow what David has mentioned, this is something on our radar, but not something currently available. If you do want to start testing with the mutations that are available, there is a developer preview for that: Developer previews
Just going to note a similar post here:
Honestly this would be a killer feature and any push in timeline to get this out in the wild would be awesome!
It is the one limitation on returns/exchanges (bar some graphQL linkage), and would make the whole returns module super usable.
From what I can tell it is not supported.
The problem is that you need to refund to the same gateway thats on the order.
Would love it though, if anyone figures a workaround then im super keen to try it out.
@KyleG-Shopify Not sure how but I saw this public app is doing it
Hey @jenhacool , thats interesting.
On that order, I see it is showing as a test so that may be part of it. Do you know if the order was placed using a different gateway or was the purchase made using store credit? I’m just thinking if it was a store credit order, then this could be just a normal refund going back to the original gateway.
The order has been paid using Bogus Gateway.
I was placed another order on same store with same Bogus Gateway but it alway refund to original payment method instead of store credit
I also notice few things
payment_gateway_names field only contains “bogus” after order placed but having “store-credit” after refunded
I check storeCreditAccounts field from customer object and see that the transaction event is “ADJUSTMENT” instead of “ORDER_REFUND”
This kind of transaction look similar to transaction created by storeCreditAccountCredit mutation, not order refund