Duplicate Card Check

The Duplicate Card Check feature will check if a Card Number is already in use by another Account. It can be used on the following:

  • CreateAccount
  • UpdateAccount
  • DeleteAccount

Duplicate Card Check is only available when you store cards with TabaPay. Refer TabaPay Tokens

How does Duplicate Card Check work?

You must always use the extra Query String Parameters on the following:
CreateAccount

  • RejectDuplicateCard
  • OKToAddDuplicateCard

UpdateAccount

  • RejectDuplicateCard
  • OKToUpdateDuplicateCard

DeleteAccount

  • DeleteDuplicateCard

What if I want to add an Account that is using a Card Number that is already used by another AccountID?

For CreateAccount use:
OKToAddDuplicateCard

For UpdateAccount use:
OKToUpdateDuplicateCard

Can I mix the usage of using the Query Parameters and not using the Query Parameters?

No

If you do, then the Duplicate Card Check feature might no longer be valid.

So, if you decide to do this (mixing), you might as well NOT use this feature.

CreateAccount - Errors

Status Code Account Created? Duplicate Card Check
200 ✔ Yes ✔ Yes, No Match
207 ✔ Yes ✘ Processing Error
409 ✘ No ✔ Yes, Match

UpdateAccount - Errors

Status Code Account Created? Duplicate Card Check
200 ✔ Yes ✔ Yes, No Match
207 ✔ Yes ✘ Processing Error
409 ✘ No ✔ Yes, Match

DeleteAccount - Errors

Status Code Account Created? Duplicate Card Check
200 ✔ Yes ✔ Yes, No Match
207 ✔ Yes ✘ Processing Error