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

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

Last updated