Add Payment Method
Add a payment method
POST
https://apis.sandbox.flexshopper.com/v3/paymentMethods/add
Headers
Authorization
string
Authorization token
customer-token
string
Customer's authentication token
Request Body
primary
boolean
Payment method primary status
label
string
Payment method label
ach
object
ACH payment method details.
See "ACH Object"
token
object
Token payment method details.
See "Token Object"
ACH Object
routing
string
Routing number
account
string
Account number
accountType
string
Account type, either 'checking' or 'savings'
Token Object
expirationDate
string
false
Card expiration date
cardType
string
true
Card type (american-express/visa/mastercard/discover)
lastFour
string
false
Last four digits
firstSix
string
false
First six digits
token
string, array
true
LPP token, or array of Gateway objects (see below)
billingZip
string
true
Billing zip code
Gateway Object
name
string
true
'clover' or 'loanpaymentpro'
token
string
true
The card token value
Examples
Request
Response
Last updated