Get PIN

This web service provides the ability to retrieve a PIN for a card/token. The encrypted pin is returned, or the PIN is sent via SMS to the cardholder.Note: The sending of the PIN via SMS requires that a valid mobile number be included during the card create process

Body Params

This web service allows to get pin for a card/token. Pass public token and api will retrieve back encrypted pin.

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

int32
required
≤ 1

pin delivery method:

  • 0==>returns encrypted pin in response

  • 1==> SMS plain pin to card holder (sms will be sent to ch_mobile field of pws_create_card web service, if provided during create card else error message will be returned).

Note : if the mobile number has not been provided at create card stage, then it can be updated using pws_card_holder_edit. mobile number format must be 00 (country code ) phone number or + (country code) phone number

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

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