User Auth Code

Payment Method Auth Code

POST https://apis.sandbox.flexshopper.com/v3/users/:id/auth-code

This endpoint returns a temporary auth-code that if added to the object used to invoke the PP3 modal will bypass login and start the consumer is an already authenticated session.

Path Parameters

NameTypeDescription

id

string

Consumer userId returned by Account Lookup and Create User endpoints

Headers

NameTypeDescription

Authorization

string

API Auth Key.

{
  "code": "SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}

Last updated