Lease Signing

Links to instructions for invoking FlexShopper's Payment Method for lease signing.

The User Auth Code endpoint returns a code that can be used to automagically authenticate a consumer in the payment method.

pageUser Auth Code

Instructions for implementing the payment method are currently located here:

https://dev.flexshopper.com/medusa/get-started/flexshopper-for-marketplaces

Use of the auth code in the Modal() argument object is not fully documented in these above instructions. Instead of FlexSDK.Button(), FlexSDK.Modal() should be used and in the root of the object, intent.loginCode property should be added.

JSFiddle showing use of auth code as intent.logingCode when invoking the payment method:

https://jsfiddle.net/FlexShopperDev/6dvxmaL9/1/

Last updated