You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Refund operation always returns the State as Pending. The Refund object remains in this state until it is processed by Amazon. The refund processing time varies and can be several hours. After processing is complete, Amazon will notify you of the final processing status.
Right now, with refund, we just say it was successful and the refund goes through,
but what if later it returns declined. How do we alert the admin of this? and if in the admin, it completes the refund on the spree side, but is declined on the amazon side, I feel like that could create some issues.
The text was updated successfully, but these errors were encountered:
From Amazon Documentation:
Right now, with refund, we just say it was successful and the refund goes through,
but what if later it returns declined. How do we alert the admin of this? and if in the admin, it completes the refund on the spree side, but is declined on the amazon side, I feel like that could create some issues.
The text was updated successfully, but these errors were encountered: