#isaacsultan
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Thanks @quick quest - let me know if you need any more information
I understand we are dealing with a deprecated API but unfortunately we have no control over the setup of our customers (we are a B2B company)
yes sure no worries, I'm not really familiar with this, but I'm sure some of my colleagues might know a thing or two
Hey! Taking over for my colleague. Let me catch up.
The status of the transaction, one of succeeded, pending, or failed.
https://stripe.com/docs/api/payment_provider/source_transaction/object#payment_provider_source_transaction_object-status
Hi, this is what I see on my side, for that link
This is a preview feature, how are you integrating source transaction in your integration?
Our customers must be part of the preview then as they are receiving webhooks for source.transaction.created source.transaction.updated
In order to see that link you need to be logged in as that customer then
- We want to retrieve the "counterparty" name on a given source transaction i.e. for an inbound txn the name of the payer, and an outbound the name of the payee - how can we do this please?
Not sure I understand what you mean by "counterparty", but I think it refers to the sender info, which you can find on on the actual Source object the transaction is made using: https://stripe.com/docs/api/payment_provider/source/object#payment_provider_source_object-owner
Np!, don't hesitate to come back if you have any follow up Questions!
Sure
I can't see the documentation for https://stripe.com/docs/api/payment_provider/source/object#payment_provider_source_object-owner (I might have to ask our customers about this one too)
Is it the same as https://stripe.com/docs/api/payment_provider/source/object#payment_provider_source_object-owner
Yes same
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sorry, I meant this one^
Yes same also
Thanks - I am guessing that the first one is the current API and the one I linked is the deprecated API? But both can be used with Source id?
yes exactly
nice, thanks for confirming