PUT v1/Payment/VerifyCardCanBeAddedByCustomer
Checks if the payment account can be added to the customer's account or not. Will throw an exception if the account cannot be added, explaining why not.
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
AccountNumberFirstSix *
Issuer identification number for the card
123456
AccountNumberLastFour *
The last four digits of the card number returned by payment gateway
1234
AccountExpirationMonth *
Card expiration month
02
AccountExpirationYear *
Card expiration year
2016
BillingPostalCode
The postal code of the billing address for the account
80201
Response Information
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>