Payment Link URLs
Shortcodes:
BuyNow
[authnet_payment_url buynow=idBuyNow url=https://Order_Form_Url]
Subscription
[authnet_payment_url subscription=idSubscription url=https://Order_Form_Url]
Instructions:
Once you have both pages created, you can now create Buy Now & Subscription buttons/links. The shortcode above is used to generate the url for the button or links that you will create throughout your site. You can insert it into almost any method of buttons that you can normally create, ex. Hyperlinks, Images, Buttons, etc...
Example Buy Now Link:
< a href="[authnet_payment_url buynow=99 url=http://www.mydomain.com/order]" >Buy Now Link< /a >
Example Subscription Link:
< a href="[authnet_payment_url subscription=10 url=http://www.mydomain.com/order]" >Subscription Link< /a >

