FlexShopper API
3.0-beta
FlexShopper API
3.0-beta
  • Introduction
  • 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
    • Get Payment Methods
  • 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
    • Get Agreements
    • Collect Payment
Powered by GitBook
On this page
  • Request
  • Response
  • Samples
  • Schema

Was this helpful?

Export as PDF
  1. Customer
  2. Add Payment Method

Get Clover PKMS Key

Gets a Clover tokenization key (PKMS key)

GET /v3/gateways/clover/pkms

Request

The details below help you form your HTTP requests to this endpoint.

Response

The details below help you understand the responses you could get from this endpoint.

Samples

Below are samples of responses, with tabs corresponding to returned status code.

{
    "data": "182acs90ujo21mklcajsk"
}

Schema

The response's schema is outlined below.

Name
Type
Required
Description

data

string

N/A

PreviousGet LoanPaymentPro Child KeyNextGet Payment Methods

Last updated 4 days ago

Was this helpful?