Paypal定期账单的退款交易 [英] Refund transaction of Paypal recurring billing

查看:111
本文介绍了Paypal定期账单的退款交易的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为使用AJAX的重复结算协议发生的交易退款,但我不断收到类似404、501和500的错误.我对Paypal沙箱的所有其他API调用均成功返回.我正在从返回事务数组(/v1/payments/billing-agreements/<Agreement-Id>/transactions?start_date=yyyy-mm-dd&end_date=yyyy-mm-dd)的get请求中获取事务ID.有人知道我的API调用是否有此问题,或者Paypal不允许定期结算退款吗?另外,如果有一种方法可以使用Paypal的RESTful API仅仅将钱还给客户,那么这也是一种反馈.

I am trying to create a refund for a transaction that happened over a recurring billing agreement using AJAX but I keep getting errors like 404, 501, and 500 errors. All my other API calls to Paypal's sandbox come back successfully. I am getting the transaction ID from a get request that returns an array of transactions (/v1/payments/billing-agreements/<Agreement-Id>/transactions?start_date=yyyy-mm-dd&end_date=yyyy-mm-dd). Do any of you know if this is an issue with my API call or if Paypal doesn't allow refunds on recurring billing? Also if there is a way to just return money back to the customer using Paypal's RESTful API that would also be feedback.

提前谢谢!

推荐答案

进行搜索交易API调用时,它将返回带有transaction_id的几个不同字段.当协议被同意或修改时,您将拥有这些.这些通常开头会带有"I-".这些费用不予退还.但是,他们还将为实际付款提供状态为已完成"的商品.这些都是可以退款的.

When you do the search transactions API call, it'll return a few different fields with transaction_id. You will have ones for when the agreement is agreed to or modified. These will generally have 'I-' at the beginning. These are not refundable. But, they will also provide ones with the status "completed" that are for the actual payments. These are the ones that can be refunded.

如果您退还"I-",则将收到INVALID RESOURCE ID错误消息.

If you are refunding the "I-" ones, you will get the INVALID RESOURCE ID error.

这篇关于Paypal定期账单的退款交易的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆