post https://sandbox-api.helix.q2.com/card/initiate
Initiate a request to create a new card and mail it to a customer. See card object definition for parameter details.
In the Sandbox environment cards will always be created with a
cardNumberMasked
value of1111
and can be verified via /card/verify immediately.
Error Codes
Click to expand
Code | Message (en-US) | Notes |
---|---|---|
1-60000 | Any "Common Error Code" may occur. | See Common Error Codes |
150201 | TypeCode {0} is not valid. Must be "DBT" or "CDT". | |
150202 | VendorTypeCode {0} is not valid. Must be "VS" or "MC". | |
150203 | NameOnCard is a required field. | |
150204 | Tag {0} is already associated with another card. | |
150205 | Invalid Card Holder CustomerId {0}. | |
150206 | Assigned Customer {0} status is '{1}.' Must be 'Initiated,' 'Manual Review,' or 'Verified'. | |
150207 | Assigned Customer {0} access type is '{1}'. Must be 'FULL', 'ACCT', or 'CARD'. | |
150208 | Invalid Primary AccountId {0}. | |
150209 | Primary AccountId {0} is in invalid status of {1}. Must be Open or PendingOpen. | |
150210 | Primary AccountId {0} must be a Checking or Savings account. | |
150211 | Insufficient access type {0} for CustomerId {1} to Primary AccountId {2} to add a card. FULL is required. | |
150212 | A Primary Account must be specified. | |
150213 | Both FirstName and LastName are required. | |
150230 | Another card for CustomerId {0} is using NickName of {1}. NickName must be unique. | |
150231 | The primary customer {0} must have its Mobile or Home phone specified prior to creating a card. | |
150232 | The primary customer {0} must have its Mailing or Residence address specified prior to creating a card. | |
150240 | FirstName ({0}) contains invalid characters. Refer to API documentation for valid characters. | For programs using Shazam |
150241 | MiddleName ({0}) contains invalid characters. Refer to API documentation for valid characters. | For programs using Shazam |
150242 | LastName ({0}) contains invalid characters. Refer to API documentation for valid characters. | For programs using Shazam |
150243 | Card Bin {0} is not valid. | |
150244 | Program id {0} requires BankBinId to be specified. | |
150245 | Program id {0} does not have a valid bin set up. | |
150246 | FirstName ({0}) contains invalid characters. Refer to API documentation for valid characters. | For programs using Visa DPS |
150247 | MiddleName ({0}) contains invalid characters. Refer to API documentation for valid characters. | For programs using Visa DPS |
150248 | LastName ({0}) contains invalid characters. Refer to API documentation for valid characters. | For programs using Visa DPS |
150249 | Invalid value set for the IsPhysicalCardOrdered, value must be true to order physical card |