#nayluge

1 messages · Page 1 of 1 (latest)

tribal emberBOT
native jackal
#

Hi there!

#

What is your question?

#

@clear ibex please write your quesiton here.

clear ibex
#

Quick question about sigma, i'm trying to join transfers to paiment_intent but only have the source_transactionid ( starting with py ) as informations on transfers. It looks like the source_transaction_id is the charge.succeded event id. Can i use it on Sigma ? I don't see event table 😰

native jackal
#

We are not very familiar with Sigma here. Can you clarify which information you have and which information you are missing? Like you have a transfer with source_transaction (py_xxx), and you want to find the corresponding PaymentIntent (pi_xxx)?

clear ibex
#

For example, i have the transfer tr_3LtpVECdoeqEbuuw1J4yYShn with source_transaction_id
py_3LtpVECdoeqEbuuw1Oda51WB and i want to join to the paiement_intent pi_3LtpVECdoeqEbuuw10GY8Xm2. On the dashboard, it's a redirect but on Sigma / database i don't know how to associate theses references ( join key )

native jackal
#

The PaymentIntent has a charge property, and the charge object will have a transfer property. And the transfer object will have destination_payment which is a py_xxx.