#bart5130
1 messages ยท Page 1 of 1 (latest)
Can you provide payment intent id pi_xxx ?
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
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?
๐ taking over for my colleague. Let me catch up.
sorry for the delay still looking into this
that all narrows down my question to whether you will even convey that information from PayPal or not?
this https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-paypal is the only information we provide on Stripe's side
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.