PairingId Service
GET {{baseUrl}}/masterpass/pairingid?pairingTransactionId=<string>&userId=<string>
Use this service to get a consumer?s pairing identifier from Masterpass when they choose to share the payment and shipping information from their Masterpass wallet for future use in an Express Checkout. Request method: GET. API URL: /masterpass/pairingid
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pairingTransactionId | string | Pass the value of the pairing_verifier query string parameter returned in the Masterpass Callback URL. | |
userId | string | The unique consumer user identifier from the Merchant site. |