Category links

API Links

Card Registration

Action: POST

Endpoint: /api/CoreCredit/CardManagement/CardRegistration

With the inventory of preprinted cards, a user may send a post request with card number, account number, or admin number along with the  customer PII data, address information, ID, and other required details to update a card account's customer records and register it with the customer. This allows a customer to instantly receive a card.

Note

The successful update of a customer record and registration of the card account is subject to the passing of customer verification and various compliance-related checks. In case any of the required checks fails, CoreCARD terminates the card registration request.

Request fields details
Fields Description

Source

string

Source of API Consumer For external system expected sources will be WEB.

Allowable Values:

50

IPAddress

string

Optional

IP Address of Client / Application Hosting Server Example: 10.206.0.204

Allowable Values:

15

DateFormat

string

Optional

Place Holder for Future Use. Values are: 1 : MM/dd/yyyy HH:MM:SS (Default) 2 : MM/dd/yy HH:MM:SS 3 : dd/MM/yyyy HH:MM:SS

Allowable Values:

25

CurrencyCode

string

Optional

Place Holder for Future Use. Currency Code Ex. 840 = US Doller.

Allowable Values:

10

CurrencySymbolType

string

Optional

Place Holder for Future Use. CurrencySymbolType: 1: Currency Sign like $ 2: 3 ALPHA Currency Code like USD

Allowable Values:

10

Language

string

Optional

Place Holder for Future Use. Language == en: means use English ---- es: means Spanish

Allowable Values:

10

ExternalIP

string

IP Address of end user of API

Allowable Values:

50

SessionID

string

Optional

Session identifier of the API Example: 000028;026;1349906692

Allowable Values:

100

APIVersion

string

Version of the API to be invoked. Example: 2.0 API Version Current Version 2.0

CallerID

string

Optional

Caller ID of source from where API is initiated it is End User Caller ID Example: 7204454214 (phone number applicable in Case of IVR)

Allowable Values:

20

CalledID

string

Optional

Called ID of destination for which API is initiated It is Destination Called ID Example: 7314145404 (phone number applicable in Case of IVR)

Allowable Values:

20

RequestTime

datetime

Optional

Request Date Time of API Format: MM/dd/yyyy HH:mm:ss Example:01/15/2020 10:05:23

CardNumber

string

Conditional

Card Number of account holder Valid Values:0-9 Format:XXXXXXXXXXXXXXXX Example:1236547896541236 Condition:Card Number of the Card Holder Mandatory If Account Number or Admin Number not Inputted.

Allowable Values:

19

AccountNumber

string

Conditional

Account number of cardholder. Valid Values:0-9 Format:XXXXXXXXXX Example:7314145404 Condition:Account Number of the Account Holder Mandatory If Card Number or Admin Number not Inputted.

Allowable Values:

19

AdminNumber

int64

Conditional

Description: Details can be obtained by admin number (Embossing Acctid) Valid Values:0-9 Format:XXXXX Example:12345 Condition:Admin Number Mandatory If Account Number or Card Number not Inputted

IsMLAAccount

boolean

Optional

Identify whether the account is MLA type or not Valid Values:Yes-1 No-0 Format:X Example:0

RegulationOFlag

boolean

Optional

Regulation O Flag to classify Rego Account

RegulationOFlagEffectiveDate

datetime

Conditional

Date of effective Reg "O" Valid Values:0-9 Format:MM/DD/YYYY Example:02/01/2020 Condition:RegulationOFlagEffectiveDate, mandatory if Regulation O Flag is Yes.

Title

string

Optional

Title of the cardholder Format: A-Z Example:Mr

Allowable Values:

10

FirstName

string

Mandatory

Card holder's First name. Valid Values:A-Z Example:User1

Allowable Values:

50

MiddleName

string

Optional

Card holder's Middle Name. Valid Values: A-Z Example: LEE

Allowable Values:

50

LastName

string

Mandatory

Card holder's last name. Valid Values:A-Z Example:Smith

Allowable Values:

50

SurnameSuffix

string

Optional

Cardholder's surname-suffix Example:SR

Allowable Values:

5

AddressLine1

string

Mandatory

Card Holder's address line 1. Valid Values:A-Z, 0-9 Example:123 HWY

Allowable Values:

50

AddressLine2

string

Optional

Card holder's address line 2. Valid Values:A-Z, 0-9 Example:Park Avenue

Allowable Values:

50

City

string

Mandatory

City name of the Card holder's address. Example:Los Angeles

Allowable Values:

40

State

string

Mandatory

Address State of the Card Holder. For Input Values Refer Appendix Section 5.6 for State Name Codes Example:Virginia

Allowable Values:

40

PostalCode

string

Mandatory

Postal code of the card holder address. Valid Values:0-9 Example:46206

Allowable Values:

9

Country

string

Mandatory

Address Country of the Card Holder For Input Values Refer Appendix Section 5.1 for Country Name Codes. Valid Values: a-z Format:XXX Example:US

Allowable Values:

3

DateOfBirth

datetime

Mandatory

Card Holder's Date of Birth. Format:MM/dd/YYYY Example:11/23/1980

ResidenceType

string

Mandatory

Type of Residince that cardholder lives in. For Input Values Refer Appendix Section 5.15 for Residence Ownership Codes. Valid Values:A-Z Example:Own

Allowable Values:

35

MonthsAtResidence

integer

Mandatory

Duration on residence in months Valid Values: 0-9 Example:9

HomePhoneNumber

string

Mandatory

Card holder's Home Phone number. Valid Values:0-9 Example:7895463241

Allowable Values:

15

WorkPhoneNumber

string

Optional

Card holder's Work phone number. Valid Values:0-9 Example:5678909876

Allowable Values:

15

MobilePhoneNumber

string

Optional

Card holder Mobile Phone Number. Valid Values:0-9 Example:987567757

Allowable Values:

20

EmailID

string

Mandatory

Card holder's Email ID. Format:XXX@XXX.XXX Example:abc@gmail.com

Allowable Values:

50

LanguageIndicator

string

Optional

Language Indicator of the institution. Valid Values: a-z, 0-9 Format: xxxx

Allowable Values:

35

MotherMaidenName

string

Optional

Card holder's mother Maiden Name Valid Values:a-z,0-9 Example:Johnson

Allowable Values:

50

SocialSecurityNumber

string

Conditional

Card holder's Social Security Number. Format:AAAGGSSSS Example:078051120 Condition:Mandatory if ID type is Not Inputted

Allowable Values:

9

IDType

string

Conditional

Cardholder's Identity type. For Input Values Refer Appendix Section 5.2 for ID Name Value Codes Valid Values: a-z Format: xxxxx Example: E.g.Passport, Driving License, Governemnt ID etc.

Allowable Values:

25

IDNumber

string

Conditional

Card holder's Government ID Number. Format:AAAGGSSSS Example:078051120 Condition:This field is mandatory when government id type other than Other ID is used for cardholder identification.

Allowable Values:

40

IDIssueDate

datetime

Optional

Issue date of ID card. Valid Values: 0-9 Format: MM/DD/YYYY Example: 02/01/2020 Condition: GovernmentID issue date is mandatory when governmentID type is 'Drivers license' and ID issue country is US and Id issue state is other than Massachusetts, Michigan, Missouri, Texas.

IDExpirationDate

datetime

Optional

Government issued identification expiration date. Valid Values: MM/DD/YYY Example: 02/01/2020 Condition: This field is mandatory when government id type other than Other ID is used for cardholder identification.

IDIssueCountry

string

Optional

Country of Identification proof. Valid Values:a-z, 0-9 Example: Canada Condition:This field is mandatory when government id Type other than Other ID is used for cardholder identification.Two character country code should be passed in the request and not country name.

Allowable Values:

5

IDState

string

Optional

Government identification issued state. Condition: GovernmentID issue state is mandatory, when Government id type is 'Drivers license' Or 'State ID' and ID issue country is US.

Allowable Values:

50

ShippingAddressFlag

boolean

Mandatory

Shipping address is existing or new. Valid Values:0,1 Format:X Example:Ship to Existing Address – 0 Ship Address – 1

ShippingAddressLine1

string

Conditional

Shipping address line 1 Example: 2354 Main road Condition:If ShippingAddressFlag is 1 then it is mandatory

Allowable Values:

50

ShippingAddressLine2

string

Optional

Shipping address line 2 Example:xyz Avenue Condition:If ShippingAddressFlag is 1 then it is mandatory

Allowable Values:

50

ShippingCity

string

Conditional

Shipping address city name. Example: chicago

Allowable Values:

50

ShippingState

string

Conditional

State of the shipping address For Input Values Refer Appendix Section 5.6 for State Name Codes Valid Values: a-z Format:XXX Example:MO Condition:If ShippingAddressFlag is 1 then it is mandatory

Allowable Values:

40

ShippingCountry

string

Conditional

Shipping address Country name For Input Values Refer Appendix Section 5.1 for Country Name Codes Format: USA Condition:If ShippingAddressFlag is 1 then it is mandatory

Allowable Values:

50

ShippingPostalCode

string

Conditional

Zip code of the shipping address. Condition:If ShippingAddressFlag is 1 then it is mandatory

Allowable Values:

10

CreditLimit

decimal

Mandatory

Credit Limit of account Valid Values:0-9 Format:XXX.XX Example:500.00

BillingTable

integer

Mandatory

Name of the Billing Table assigned on the Card Holder Valid Values:0-9 Format:XXXXXXXXXXXXXXXX Example:1236547896541236

BillingCycle

integer

Mandatory

Billing Cycle to be Assigned on the Card Holder Use the Billing Cycle API to Get the Billing Cycles available and assign out of the available for the Card Holder For Input Values Refer Appendix Section 5.2 for Billing Cycle Codes Valid Values:0-9 Format: x Example:1

NumberofCardsRequested

integer

Mandatory

Number of Cards Requested Valid Values:0-9x Format:XX Example:02

NameOnCard

string

Mandatory

Name to be printed on the card. Valid Values:A-Z, 0-9 Format:XXXX Example:John J

Allowable Values:

50

EmbossingLine4

string

Optional

Embossing line4

Allowable Values:

50

CashCreditLimit

decimal

Optional

Cash Credit Limit of account Valid Values:0-9 Format:XXX.XX Example:500.00

CardImageID

string

Optional

This is the card image type number which is already decided for embossing them. Valid Values: 0-9 Example: 12

Allowable Values:

100

NameOnTrack

string

Optional

Details to be provided in the Magnetic Strip (mostly derived from Last Name and First name of the Card Holder). Valid Values: A-z Example: John J

Allowable Values:

50

ActivationCode

string

Optional

Code which is provided at the time of Account Creation/Registration should be pass as a user validation.

Allowable Values:

50

TotalAnnualIncome

decimal

Mandatory

Total Annual Income of cardholder Valid Values: 0-9 Format: XXX.XX Example: 500.00

CurrentEmploymentMonths

string

Mandatory

Number of months in current employment

Allowable Values:

10

Position

string

Optional

This field reflects the employement position of the card holder Valid Values: A-Z, 0-9

Allowable Values:

100

EmploymentType

string

Mandatory

Type of employement of cardholder

Allowable Values:

5

EmployerName

string

Mandatory

Card Holder's employer name.

Allowable Values:

100

EmployerContactPhoneNumber

string

Optional

Card Holder's employer Phone number Valid Values: 0-9 Format: XXXXXXXXXX Example: 789654121

Allowable Values:

15

HoldEmbossing

string

Optional

Hold embossing indicator. Valid Values: 1= YES, 0 = NO

Allowable Values:

2

Cardhandover

boolean

Mandatory

Card hand over Valid Values: 1= YES, 0 = NO

DeliveryMechanism

string

Optional

Delivery Mechanism(Overnight, Priority or Standard). Valid Values: 0 -for Standard ,1 -for Priority , 2 -for Overnight Condition: Delivery mechanism is optional.

Allowable Values:

5

MobileCarrier

string

Optional

Cosigner's Mobile carrier company. Valid Values:A-z, 0-9 Format:XXXXXXXX Example: c.vodafone.ne.jp, csouth1.com, m1.com.sg

Allowable Values:

15

Source

string

Mandatory

Source of API Consumer For external system expected sources will be WEB.

Allowable Values:

50

IPAddress

string

Optional

IP Address of Client / Application Hosting Server Example: 10.206.0.204

Allowable Values:

15

DateFormat

string

Optional

Place Holder for Future Use. Values are: 1 : MM/dd/yyyy HH:MM:SS (Default) 2 : MM/dd/yy HH:MM:SS 3 : dd/MM/yyyy HH:MM:SS

Allowable Values:

25

CurrencyCode

string

Optional

Currency Code Place Holder for Future Use. Valid Values: Refer Appendix Section - Currency Code Example:840 = US Dollar Condition:If no value is passed, default value = 840

Allowable Values:

10

CurrencySymbolType

string

Optional

Place Holder for Future Use. CurrencySymbolType: 1: Currency Sign like $ 2: 3 ALPHA Currency Code like USD

Allowable Values:

10

Language

string

Optional

Place Holder for Future Use. Language: en: means use English Default: en - English

Allowable Values:

10

ExternalIP

string

Mandatory

IP Address of end user of API

Allowable Values:

50

SessionID

string

Optional

Session identifier of the API Example: 000028;026;1349906692

Allowable Values:

100

APIVersion

string

Mandatory

Version of the API to be invoked. Example: 2.0 API Version Current Version 2.0

Allowable Values:

10

CallerID

string

Optional

Caller ID of source from where API is initiated it is End User Caller ID Example: 7204454214 (phone number applicable in Case of IVR)

Allowable Values:

20

CalledID

string

Optional

Called ID of destination for which API is initiated It is Destination Called ID Example: 7314145404 (phone number applicable in Case of IVR)

Allowable Values:

20

RequestTime

datetime

Optional

Request Date Time of API Format: MM/dd/yyyy HH:mm:ss Example:01/15/2020 10:05:23

CardNumber

string

Conditional

Card Number of account holder Valid Values:0-9 Format:XXXXXXXXXXXXXXXX Example:1236547896541236 Condition:Card Number of the Card Holder Mandatory If Account Number or Admin Number not Inputted.

Allowable Values:

19

AccountNumber

string

Conditional

Account number of cardholder. Valid Values:0-9 Format:XXXXXXXXXX Example:7314145404 Condition:Account Number of the Account Holder Mandatory If Card Number or Admin Number not Inputted.

Allowable Values:

19

AdminNumber

int64

Conditional

Details can be obtained by admin number (Embossing Acctid) Valid Values:0-9 Format:XXXXX Example:12345 Condition:Admin Number Mandatory If Account Number or Card Number not Inputted

IsMLAAccount

boolean

Optional

Identify whether the account is MLA type or not Valid Values:Yes-1 No-0 Format:X Example:0

RegulationOFlag

boolean

Optional

Regulation O Flag to classify Rego Account

RegulationOFlagEffectiveDate

datetime

Conditional

Date of effective Reg "O" Valid Values:0-9 Format:MM/DD/YYYY Example:02/01/2020 Condition:RegulationOFlagEffectiveDate, mandatory if Regulation O Flag is Yes.

Title

string

Optional

Title of the cardholder Format: A-Z Example:Mr

Allowable Values:

5

FirstName

string

Mandatory

Card holder's First name. Valid Values:A-Z Example:User1

Allowable Values:

50

MiddleName

string

Optional

Card holder's Middle Name. Valid Values: A-Z Example: LEE

Allowable Values:

50

LastName

string

Mandatory

Card holder's last name. Valid Values:A-Z Example:Smith

Allowable Values:

50

SurnameSuffix

string

Optional

Cardholder's surname-suffix Example:SR

Allowable Values:

5

AddressLine1

string

Mandatory

Card Holder's address line 1. Valid Values:A-Z, 0-9 Example:123 HWY

Allowable Values:

50

AddressLine2

string

Optional

Card holder's address line 2. Valid Values:A-Z, 0-9 Example:Park Avenue

Allowable Values:

50

City

string

Mandatory

City name of the Card holder's address. Example:Los Angeles

Allowable Values:

25

State

string

Mandatory

Address State of the Card Holder. For Input Values Refer Appendix Section 5.6 for State Name Codes Example:Virginia

Allowable Values:

30

PostalCode

string

Mandatory

Postal code of the card holder address. Valid Values:0-9 Example:46206

Allowable Values:

9

Country

string

Mandatory

Address Country of the Card Holder For Input Values Refer Appendix Section 5.1 for Country Name Codes. Valid Values: a-z Format:XXX Example:US

Allowable Values:

5

DateOfBirth

datetime

Mandatory

Card Holder's Date of Birth. Format:MM/dd/YYYY Example:11/23/1980

ResidenceType

string

Mandatory

Type of Residince that cardholder lives in. For Input Values Refer Appendix Section 5.15 for Residence Ownership Codes. Valid Values:A-Z Example:Own

Allowable Values:

35

MonthsAtResidence

integer

Mandatory

Duration on residence in months Valid Values: 0-9 Example:9

HomePhoneNumber

string

Mandatory

Card holder's Home Phone number. Valid Values:0-9 Example:7895463241

Allowable Values:

15

WorkPhoneNumber

string

Optional

Card holder's Work phone number. Valid Values:0-9 Example:5678909876

Allowable Values:

15

MobileCarrier

string

Optional

Cosigner's Mobile carrier company. Valid Values:A-z, 0-9 Format:XXXXXXXX Example: c.vodafone.ne.jp, csouth1.com, m1.com.sg

Allowable Values:

15

MobilePhoneNumber

string

Optional

Card holder Mobile Phone Number. Valid Values:0-9 Example:987567757

Allowable Values:

20

EmailID

string

Mandatory

Card holder's Email ID. Format:XXX@XXX.XXX Example:abc@gmail.com

Allowable Values:

256

LanguageIndicator

string

Optional

Language Indicator of the institution. Valid Values: a-z, 0-9 Format: xxxx

Allowable Values:

35

MotherMaidenName

string

Optional

Card holder's mother Maiden Name Valid Values:a-z,0-9 Example:Johnson

Allowable Values:

50

SocialSecurityNumber

string

Conditional

Card holder's Social Security Number. Format:AAAGGSSSS Example:078051120 Condition:Mandatory if ID type is Not Inputted

Allowable Values:

9

IDType

string

Conditional

Cardholder's Identity type. For Input Values Refer Appendix Section 5.2 for ID Name Value Codes Valid Values: a-z Format: xxxxx Example: E.g.Passport, Driving License, Governemnt ID etc.

Allowable Values:

25

IDNumber

string

Conditional

Card holder's Government ID Number. Format:AAAGGSSSS Example:078051120 Condition:This field is mandatory when government id type other than Other ID is used for cardholder identification.

Allowable Values:

40

IDIssueDate

datetime

Optional

Issue date of ID card. Valid Values: 0-9 Format: MM/DD/YYYY Example: 02/01/2020 Condition: GovernmentID issue date is mandatory when governmentID type is 'Drivers license' and ID issue country is US and Id issue state is other than Massachusetts, Michigan, Missouri, Texas.

IDExpirationDate

datetime

Optional

Government issued identification expiration date. Valid Values: MM/DD/YYY Example: 02/01/2020 Condition: This field is mandatory when government id type other than Other ID is used for cardholder identification.

IDIssueCountry

string

Optional

Country of Identification proof. Valid Values:a-z, 0-9 Example: Canada Condition:This field is mandatory when government id Type other than Other ID is used for cardholder identification.Two character country code should be passed in the request and not country name.

Allowable Values:

5

IDState

string

Optional

Government identification issued state. Condition: GovernmentID issue state is mandatory, when Government id type is 'Drivers license' Or 'State ID' and ID issue country is US.

Allowable Values:

50

ShippingAddressFlag

boolean

Mandatory

Shipping address is existing or new. Valid Values:0,1 Format:X Example:Ship to Existing Address – 0 Ship Address – 1

ShippingAddressLine1

string

Conditional

Shipping address line 1 Example: 2354 Main road Condition:If ShippingAddressFlag is 1 then it is mandatory Condition: Please refer Appendix Section 5.50 (Vendor wise field length) for field length supported by embossing vendor.

Allowable Values:

50

ShippingAddressLine2

string

Optional

Shipping address line 2 Example:xyz Avenue Condition:If ShippingAddressFlag is 1 then it is mandatory Condition: Please refer Appendix Section 5.50 (Vendor wise field length) for field length supported by embossing vendor.

Allowable Values:

50

ShippingCity

string

Conditional

Shipping address city name. Example: chicago Condition: Please refer Appendix Section 5.50 (Vendor wise field length) for field length supported by embossing vendor.

Allowable Values:

25

ShippingState

string

Conditional

State of the shipping address For Input Values Refer Appendix Section 5.6 for State Name Codes Valid Values: a-z Format:XXX Example:MO Condition:If ShippingAddressFlag is 1 then it is mandatory Condition: Please refer Appendix Section 5.50 (Vendor wise field length) for field length supported by embossing vendor.

Allowable Values:

30

ShippingCountry

string

Conditional

Shipping address Country name For Input Values Refer Appendix Section 5.1 for Country Name Codes Format: USA Condition:If ShippingAddressFlag is 1 then it is mandatory

Allowable Values:

5

ShippingPostalCode

string

Conditional

Zip code of the shipping address. Condition:If ShippingAddressFlag is 1 then it is mandatory Condition: Please refer Appendix Section 5.50 (Vendor wise field length) for field length supported by embossing vendor.

Allowable Values:

9

CreditLimit

decimal

Mandatory

Credit Limit of account Valid Values:0-9 Format:XXX.XX Example:500.00

BillingTable

integer

Mandatory

Name of the Billing Table assigned on the Card Holder Valid Values:0-9 Format:XXXXXXXXXXXXXXXX Example:1236547896541236

BillingCycle

integer

Mandatory

Billing Cycle to be Assigned on the Card Holder Use the Billing Cycle API to Get the Billing Cycles available and assign out of the available for the Card Holder For Input Values Refer Appendix Section 5.2 for Billing Cycle Codes Valid Values:0-9 Format: x Example:1

NumberofCardsRequested

integer

Mandatory

Number of Cards Requested Valid Values:0-9x Format:XX Example:02

NameOnCard

string

Mandatory

Name to be printed on the card. Valid Values:A-Z, 0-9 Format:XXXX Example:John J Condition: Please refer Appendix Section 5.50 (Vendor wise field length) for field length supported by embossing vendor.

Allowable Values:

50

EmbossingLine4

string

Optional

Embossing line4 Condition: Please refer Appendix Section 5.50 (Vendor wise field length) for field length supported by embossing vendor.

Allowable Values:

20

CashCreditLimit

decimal

Optional

Cash Credit Limit of account Valid Values:0-9 Format:XXX.XX Example:500.00

CardImageID

string

Optional

This is the card image type number which is already decided for embossing them. Valid Values: 0-9 Example: 12

Allowable Values:

100

NameOnTrack

string

Optional

Details to be provided in the Magnetic Strip (mostly derived from Last Name and First name of the Card Holder). Valid Values: A-z Example: John J Condition: Please refer Appendix Section 5.50 (Vendor wise field length) for field length supported by embossing vendor.

Allowable Values:

26

ActivationCode

string

Optional

Code which is provided at the time of Account Creation/Registration should be pass as a user validation.

Allowable Values:

50

TotalAnnualIncome

decimal

Mandatory

Total Annual Income of cardholder Valid Values: 0-9 Format: XXX.XX Example: 500.00

CurrentEmploymentMonths

string

Optional

Number of months in current employment

Allowable Values:

10

Position

string

Optional

This field reflects the employement position of the card holder Valid Values: A-Z, 0-9

Allowable Values:

100

EmploymentType

string

Mandatory

Type of employement of cardholder

Allowable Values:

5

EmployerName

string

Mandatory

Card Holder's employer name.

Allowable Values:

100

EmployerContactPhoneNumber

string

Optional

Card Holder's employer Phone number Valid Values: 0-9 Format: XXXXXXXXXX Example: 789654121

Allowable Values:

15

HoldEmbossing

string

Optional

Hold embossing indicator. Valid Values: 1= YES, 0 = NO

Allowable Values:

2

Cardhandover

boolean

Mandatory

Card hand over Valid Values: 1= YES, 0 = NO

DeliveryMechanism

string

Optional

Delivery Mechanism(Overnight, Priority or Standard). Valid Values: 0 -for Standard ,1 -for Priority , 2 -for Overnight Condition: Delivery mechanism is optional.

Allowable Values:

5

Sample request body
{
  "Source": "Web",
  "IPAddress": "10.120.0.1",
  "DateFormat": null,
  "CurrencyCode": null,
  "CurrencySymbolType": null,
  "Language": null,
  "ExternalIP": "10.120.0.0",
  "SessionID": null,
  "APIVersion": "2.0",
  "CallerID": null,
  "CalledID": null,
  "RequestTime": null,
  "CardNumber": "",
  "AccountNumber": "1200001000000004",
  "AdminNumber": null,
  "IsMLAAccount": false,
  "RegulationOFlag": false,
  "RegulationOFlagEffectiveDate": null,
  "Title": null,
  "FirstName": "monika",
  "MiddleName": null,
  "LastName": "gupta",
  "SurnameSuffix": null,
  "AddressLine1": "test",
  "AddressLine2": null,
  "City": "test",
  "State": "test",
  "PostalCode": "354646",
  "Country": "US",
  "DateOfBirth": null,
  "ResidenceType": null,
  "MonthsAtResidence": 0,
  "HomePhoneNumber": "975757646465",
  "WorkPhoneNumber": null,
  "MobileCarrier": null,
  "MobilePhoneNumber": null,
  "EmailID": "monika@gmail.com",
  "LanguageIndicator": "en",
  "MotherMaidenName": null,
  "SocialSecurityNumber": "111111111",
  "IDType": "2",
  "IDNumber": "123456789",
  "IDIssueDate": null,
  "IDExpirationDate": null,
  "IDIssueCountry": null,
  "IDState": null,
  "ShippingAddressFlag": false,
  "ShippingAddressLine1": null,
  "ShippingAddressLine2": null,
  "ShippingCity": null,
  "ShippingState": null,
  "ShippingCountry": null,
  "ShippingPostalCode": null,
  "CreditLimit": 1000.0,
  "BillingTable": 0,
  "BillingCycle": 0,
  "NumberofCardsRequested": 0,
  "NameOnCard": "Monika Gupta",
  "EmbossingLine4": null,
  "CashCreditLimit": 0.0,
  "CardImageID": null,
  "NameOnTrack": null,
  "ActivationCode": null,
  "TotalAnnualIncome": 0.0,
  "CurrentEmploymentMonths": null,
  "Position": null,
  "EmploymentType": null,
  "EmployerName": null,
  "EmployerContactPhoneNumber": null,
  "HoldEmbossing": null,
  "Cardhandover": null,
  "DeliveryMechanism": "0"
}
Response fields details
Fields Description

ResponseID

string

This number indicates that API responded. Response ID is unique.This value will be null if no authentication information was passed. Response ID can be used for tracking Valid Values:0-9,a-z Format:xxx Example:200

Allowable Values:

15

ResponseID

string

This number indicates that API responded. Response ID is unique.This value will be null if no authentication information was passed. Response ID can be used for tracking Valid Values:0-9,a-z Format:xxx Example:200

Allowable Values:

15

Sample response body

{
  "Message": "Bulk Card Register successfully",
  "Status": true,
  "ErrorCode": "ERR01125",
  "ResponseData": {
    "ResponseID": "7011"
  }
}