FlexShopper API
3.0
FlexShopper API
3.0
  • Integration Guides
    • Medusa
    • Payment Plugin
  • Customer
    • Verify User Exists
    • Deeply Verify User Exists
    • Create User
    • Get Users
    • Get User
    • Create Authorization Token
    • Add Payment Method
      • Get LoanPaymentPro Child Key
      • Get Clover PKMS Key
  • Decision
    • Apply for Spending Limit
  • Lease
    • Create Lease
    • Get Transactions
    • Get Lease By ID
    • Get Transaction By ID
    • Sign Lease
    • Finalize Lease
    • Cancel Items
    • Return Items
    • Confirm Shipment
    • Confirm Receipt
Powered by GitBook
On this page
  • Request
  • Headers
  • Response
  • Schema

Was this helpful?

Export as PDF
  1. Customer
  2. Add Payment Method

Get LoanPaymentPro Child Key

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

POST /v3/paymentMethods/child-transaction-key

Request

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"
}

Schema

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

PreviousAdd Payment MethodNextGet Clover PKMS Key

Last updated 9 days ago

Was this helpful?