#wdrisco
1 messages · Page 1 of 1 (latest)
Hi
and some py ids
....
Why are we getting this py_ id in some cases?
Py... Are in general related payments to a transfer between two accounts, like internal payment ref.
Which Stripe id types are accepted for the source_transaction?
You need to use the Charge Id
okay thanks, so why is it returning py_ in the latest charge?
It depends on how you are accepting payments, that could be a payment reference too from a customer, but in general you simply use the customer paymentId as a reference and not an internal payment /transfer as a source_transaction
okay thank you, will look further into this