Payment Data Service
GET {{baseUrl}}/masterpass/paymentdata/:transactionId?checkoutId=<string>&cartId=<string>&pspId=<string>&externalData=<string>
Use this service to retrieve the consumer's payment card, and shipping details from Masterpass. New or existing Brazil merchants looking for the house number and street name as separate fields should leverage these two additional extension points in their Masterpass checkout integration. Line 4 will provide the house number and line 5 will provide the street name. Brazil merchants should first look for data in lines 4 and 5, and in the case that no data is found there, merchants should then look
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
checkoutId | string | This is a unique, 32-character alphanumeric identifier generated by Masterpass, which identifies your settings during a checkout. You can find this value in your Mastercard Developers account. | |
cartId | string | This is a merchant Cart identifier. | |
pspId | string | This is the pspId passed by the merchant to select the PSP to which data should be pushed. The value for this parameter is the ID value in the Business Profile section of the Merchant's account in the Masterpass portal. Note this parameter is only used for the PSP Push model. | |
externalData | string | Additional private data to be sent to the PSP along with this transaction's data during Payment Processing. This parameter can only be used with the PSP Push Model. See Receiving Additional Merchant Data for more information) |