How can I change shipping amount before execute payment using PayPal restAPI

后端 未结 2 612
臣服心动
臣服心动 2021-01-24 02:23

I try to migrate our old express checkout process based on PayPal classic API to new RestAPI , but a question has arisen during the new process:

How can I change shippin

2条回答
  •  野的像风
    2021-01-24 02:26

    It doesn't look like REST supports the Express Checkout Callback API, which is used to update shipping and tax totals within Express Checkout. It's not surprising since REST is aimed at mobile developers and they wouldn't necessarily want the extra bandwidth spent.

提交回复
热议问题