使用自适应付款时,有何方法更改PayPal付款页面中的“取消和退货”标签?

时间:2022-10-14 16:08:29

We're using PayPal adaptive payments API to create chained payments.

我们使用PayPal自适应支付API来创建链式付款。

Basically the payment chain looks like this:

基本上,支付链看起来像这样:

Buyer > Seller > Our account (We are the PayPal app owners)

买方>卖方>我们的账户(我们是PayPal应用程序所有者)

We use the Pay and SetPaymentOptions operations to create the payment and set some data (like the name of the seller or a logo image).

我们使用Pay和SetPaymentOptions操作来创建付款并设置一些数据(如卖家名称或徽标图像)。

However the PayPal payment page still says "Cancel payment and return to OUR BUSINESS NAME".

但是,PayPal付款页面仍显示“取消付款并返回我们的商家名称”。

We want to change the OUR BUSINESS NAME part to something else. Basically so that the Buyer would not get confused.

我们希望将我们的商业名称部分更改为其他部分。基本上这样买家就不会感到困惑。

Is there any way to customise the "Cancel payment" label (or at least the merchant name in it) using PayPal adaptive payments?

有没有办法使用PayPal自适应付款自定义“取消付款”标签(或至少其中的商家名称)?

Thank you

1 个解决方案

#1


No, this is the company name of your PayPal business account. There is no way to change it.

不,这是您的PayPal企业帐户的公司名称。没有办法改变它。

You can only specify the message on the page when the payment is confirmed, please see the cbt parameter.

您只能在确认付款时在页面上指定消息,请参阅cbt参数。

#1


No, this is the company name of your PayPal business account. There is no way to change it.

不,这是您的PayPal企业帐户的公司名称。没有办法改变它。

You can only specify the message on the page when the payment is confirmed, please see the cbt parameter.

您只能在确认付款时在页面上指定消息,请参阅cbt参数。