#bart5130

1 messages ยท Page 1 of 1 (latest)

vague wyvernBOT
cunning perch
#

Can you provide payment intent id pi_xxx ?

devout otter
#

sure

#

pi_3NL2ONK76H5oPdMa08tMHjWO

cunning perch
#

You have some information in payment_method_details such as payer_email or payer_name or payer_id or transaction_id, but no Billing address

#

I don't think address is provided by Paypal

devout otter
#

yeah i did see that

#

those are all PayPal ids

#

managed to poke around PayPay api

#

and get that information

#

"payer_info": {
"account_id": "E4CBQRM99CT2G",
"email_address": "m.j.XXXX@gmail.com",
"address_status": "N",
"payer_status": "Y",
"payer_name": {
"given_name": "Mark",
"surname": "XXX",
"alternate_full_name": "Mark XXX"
},
"country_code": "GB"
},
"shipping_info": {
"name": "Mark, XXXX"
},

#

from PayPal transactions

#

however i was hoping to get that through Stripe

#

doing integration through stripe to make things easier so dont want to add special PayPal calls

#

that all narrows down my question to whether you will even convey that information from PayPal or not?

vague wyvernBOT
karmic coyote
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

#

sorry for the delay still looking into this

#

if you think we should flush some more information on Stripe, please contact https://support.stripe.com/?contact=true to leave your feedback, and it will be conveyed to the internal team and you will kept updated for any changes/plans for this

devout otter
#

cool thank you

#

for confirming:)