Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Can't get Plastic to work.

I have been provided with the following information by the person who set up the Payflo Pro account.

I think there is some confusion about exactly how these terms should be used when running the script.
Note that previously an authorization was run with valid result, with a result variable pnref containing the value as noted below.
user, partner, vendor, password, endpoint
(Values shown here are phony)

user = thisUser
partner = PayPal
vendor = thisVendor123
password = thisPWD123
endpoint = https://pilot-payflowpro.paypal.com/

My script:

Set Variable [ $gatewayName; “Payflo Pro”]
Set Variable [ $gatewayResult ; CCSetGateway( $gatewayName )]
Set Variable [ $gatewayError; CCLastError ]
# CCLastError returns empty

Set Variable[ $pnref; “B10P9B83DXYZ”]
Set Variable[ $pwd; “thisPWD123”]
Set Variable[ $vendor; “thisVendor123”]
Set Variable [ $amount; 945];

Set Variable [ $result ;
CCProcessAuthorizedPayment(
$vendor ;
$pwd; 
$pnref ;
$amount
)
]

Set Variable [ $cc_error; CCLastError ]

RESULT

$result is “ERROR”
$cc_error is "com.prosc.commerce.gateway.PaymentAuthorizationException: User authentication failed"

Edited by BruceR

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.