gpt4 book ai didi

paypal - 如何在 Paypal 中推迟付款执行。

转载 作者:太空宇宙 更新时间:2023-11-03 16:19:14 24 4
gpt4 key购买 nike

我找到了 this说明如何执行 Paypal 付款的页面。

它没有说明是否可以延迟使用 Paypal 执行付款的最后一步。

可以延期吗?稍后可以使用他们的 API 捕获付款,但这似乎不包括您通过 Paypal 向用户发送授权付款的时间。

最佳答案

授权和捕获(如记录 here )也可用于 PayPal 钱包支付。只要您将intent 设置为authorize,它就会创建一个授权。

{
"intent":"authorize",
"redirect_urls":{
"return_url":"http://<return URL here>",
"cancel_url":"http://<cancel URL here>"
},
"payer":{
"payment_method":"paypal"
},
"transactions":[
{
"amount":{
"total":"7.47",
"currency":"USD"
},
"description":"This is the payment transaction description."
}
]
}

关于paypal - 如何在 Paypal 中推迟付款执行。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18269708/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com