ruby-on-rails – RoR – PayPal ActiveMerchant – 退款

我可以使用RoR中的ActiveMerchant成功直接向PaPpal付款.

如何退还交易?

最佳答案 汇款将涉及额外的PayPal费用.我建议使用ActiveMerchant退款方法.

https://github.com/Shopify/active_merchant/blob/master/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb

点赞