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
  • Samples

Was this helpful?

Export as PDF
  1. Customer
  2. Add Payment Method

Get Clover PKMS Key

Get a FlexShopper Clover tokenization API key (PKMS key).

GET /v3/gateways/clover/pkms

Request

Headers

Name
Type
Description

Authorization

string

Authorization token

Response

Samples

e2b9a6e9-1d87-4b7c-a25f-67e8b1d5b926

{
    "message": "No API key found in request"
}
{
    "message": "Invalid authentication credentials"
}
PreviousGet LoanPaymentPro Child KeyNextDecision

Last updated 9 days ago

Was this helpful?