Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello,
I am using the API to query the transactions for an order.
For PayPal there is a PaymentInfo in the "receipt" of the "transaction". There I can see SellerDetails.
"SellerDetails": {
"PayPalAccountID": "xxxxxxxxxx",
"SecureMerchantAccountID": "xxxxxxxxxx
}
How to get the same information for Stripe payments?
Solved! Go to the solution
This is an accepted solution.
Hey @Gudata
Thanks for getting in touch! So, the response when calling the transactions endpoint would differ from payment gateway to payment gateway as the responses are structured differently dependent on payment gateway - for example, Sellerdetails I believe to be used for Paypal transactions only.
Calling transactions.json for a Stripe transaction should give you a wealth of related transactional information in the receipt object - there is alot of useful information in the payment_
This is an accepted solution.
Hey @Gudata
Thanks for getting in touch! So, the response when calling the transactions endpoint would differ from payment gateway to payment gateway as the responses are structured differently dependent on payment gateway - for example, Sellerdetails I believe to be used for Paypal transactions only.
Calling transactions.json for a Stripe transaction should give you a wealth of related transactional information in the receipt object - there is alot of useful information in the payment_
User | RANK |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |