We're using PayPal adaptive payments API to create chained payments.
Basically the payment chain looks like this:
Buyer > Seller > Our account (We are the PayPal app owners)
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).
However the PayPal payment page still says "Cancel payment and return to OUR BUSINESS NAME".
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?
Thank you