Skip to main content
stéphaniec43524692
Participant
February 8, 2018
Question

Can I put a payment button on my form with a direct link on payment platform?

  • February 8, 2018
  • 3 replies
  • 569 views

I'm doing a pdf ''purshase order'' and I want the customer to pay a deposit by clicking on, the customer would be directed to my secure payment platform. It is possible?

Thanks

Stephanie

This topic has been closed for replies.

3 replies

Legend
February 8, 2018

Possible, but I think unwise. Most people now view PDF files in non-Adobe viewers (such as, to cut the list very short, Microsoft Reader, Edge, Chrome, Firefox, Apple Preview, iPhone PDF viewer, iBooks, Android PDF viewer). Many of these may not handle the web link, and may give ABSOLUTELY NO FEEDBACK to say they haven't. So the user will believe they have paid, but they haven't. It doesn't take many customer relationship disasters to have the PDF form thrown in the bin, and a return to HTML forms, which are good at this.

Thom Parker
Community Expert
Community Expert
February 8, 2018

Payment processors usually provide you with a bit of HTML for a PayNow, or something similar, button/link to be placed on your web site. This code will contains a link with some parameters,

Something like this:

"http://www.payme.com/something?product=thing"

Copy this URL into the "Open a Web Link" action in a button field on your PDF. It will do exactly the same thing as the HTML button.

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
stéphaniec43524692
Participant
February 14, 2018

Thanks!! I will see this option!

try67
Community Expert
Community Expert
February 8, 2018

You can add a button that opens a URL in the default browser, if that's

what you mean.

On 8 February 2018 at 18:21, stéphaniec43524692 <forums_noreply@adobe.com>

stéphaniec43524692
Participant
February 14, 2018

Ok thanks!!