# Payment/Orders FAQ

  • What is the default redirect address after successful payment?
    • A: By default, it usually redirects to the /order/{order_id} detail page, depending on the payment plugin's configuration.
  • Order Payment Data: The JSON formatted data returned in the order details in the backend is the original transaction parameter fed back by the payment platform, used for reconciliation and as a voucher to feed back to the payment platform customer service in case of abnormalities.
  • Refund Logic: The system does not currently support "automatic refunds". Administrators need to log in to the payment platform (such as PayPal/Stripe) to manually operate the original refund, and then synchronize the order status in the BeikeShop backend.