paypal - Getting billing info express checkout -
i user billing information paypal can compare billing information user have inputted in site user has in paypal.
i did try access information using response paypal gives using getecresponse.getexpresscheckoutdetailsresponsedetails.payerinfo.address.street1 these null.
is possible? using express checkout , these digital goods user not inputting shipping details himself.
thanks
the getexpresscheckoutdetails api call going return shipping information, , correct if buyer going through flow digital goods there not going shipping details. there few different ways of information wanting.
you use addressverify api. need enabled on account paypal. addressverify api operation confirms whether postal address , postal code match of specified paypal account holder.
you use paypal identity (formerly paypal access), of user's information back. basic account information returned is:
name (first, last or full)
email address
address (street address, city, state, postal code, country)
phone number
another option, can contact paypal , request feature enabled return billing address express checkout. feature need approved before can turned on well.
Comments
Post a Comment