FlexShopper API
3.0-legacy
FlexShopper API
3.0-legacy
  • Getting Started
  • Our Platforms
    • FlexPay Payment Platform
    • FlexShopper Backend API
  • API Reference
    • Get Started
      • API Requests
      • API Responses
      • Error Codes
    • User Management
      • Create User
      • Get Users
      • Get User
      • Verify User Exists
      • Deeply Verify User Exists
      • Get LoanPaymentPro Child Key
      • Add Payment Method
    • Customer Authentication
      • Request Passcode
      • Login Customer
    • Customer Application
      • Initiate Application
      • Get Verification Questions
      • Verify Answers
      • Validate Routing Number
    • Lease Management
      • Create Lease
      • Get Lease By ID
      • Sign Lease
      • Checkout
    • Purchase Transactions
      • Get Transactions
      • Get Transaction By ID
      • Cancel Items
      • Return Items
      • Confirm Shipment
      • Confirm Receipt
    • Products
      • Get Products
    • Settings
  • Change Log
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. API Reference
  2. User Management

Get LoanPaymentPro Child Key

Get a one-time use API key for tokenizing with LPP

POST https://apis.sandbox.flexshopper.com/v3/paymentMethods/child-transaction-key

Headers

Name
Type
Description

Authorization

string

Authorization token

Response

{
    "status": "Success",
    "childKey": "2ea9a2db-62e6-46d3-a4f1-0ccff1a484f5"
}
{
    "message": "No API key found in request"
}
{
    "message": "Invalid authentication credentials"
}

Response Parameters

A successful request returns the HTTP 200 OK status code and a JSON response body that contains the childKey

Key

Type

Description

status

string

Request status

childKey

string

The one-time use API key for tokenizing with LPP

message

string

Error description

PreviousDeeply Verify User ExistsNextAdd Payment Method

Last updated 3 months ago

Was this helpful?