Set Card Status V2

This web service sets the status for a token(card) and verifies the system and network status of a card. This can be used in changing the status of a card while card is still in use or alternatively when the card is renewed.version 2 supports idempotency.

Body Params
string
required
length between 1 and 40

Unique number that must be passed at each API request. Identifier to make each API request unique

int32
required
≥ 1

Unique identifier for the client which Paymentology will provide at outset

string
required
length ≥ 1

Status network :

  • 1000 : Fully operational DE39=00
  • 1001 : Refer to issuer DE39=01
  • 1004 : Capture card DE39=04
  • 1005 : Decline all txns DE39=05
  • 1006 : Inactive - pin blocked DE39=75
  • 1007 : Decline all txns (Visa: DE39=12) (MC: DE39=14)
  • 1008 : Honour with ID DE39=08
  • 1009 : Void card (Visa: DE39=46) (MC: DE39=62)
  • 1010 : Due Payment Block
  • 1011 : KYC/AML/compliance hold
  • 1041 : Lost card - capture DE39=41
  • 1043 : Stolen card - capture DE39=43
  • 1054 : Expired card - report DE39=54
  • 1154 : Expire card - don't inform
  • 1062 : Restricted card
  • 1199 : Void card - report DE39=05
int64
required
≥ 1

Public token for the card

string
length between 0 and 50

User Id of the Customer who triggered the API request.

string
length between 0 and 200

Remarks for API request

int32
1 to 2
  • 1 ==> Normal card status change.
  • 2 ==> card status change once any card is renewed.The incoming `status_nwk` is overridden by the `status_nwk` passed during renewal.


If not provided then default action = 1.
If renewed card not found and we send action = 2 , then it will act as normal card status change

string
length between 0 and 200

Short note of card status change

boolean

Update all linked digital token. Default value is false.

Responses

404

Webservices does not exist

500

Internal Server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json