#vrk18_api

1 messages ยท Page 1 of 1 (latest)

soft merlinBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1229993765381476423

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

tardy marshBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

tardy marshBOT
wary glen
#

hello! can you give an example of the paymentID?

acoustic iron
#

py_1P3pBEH6I1szjHmvWJlD8IS4

wary glen
#
#

the object in source_transaction should contain a payment_intent id

acoustic iron
#

If I have the balance transaction of type "payment", to get the paymentIntent from it, is same procedure right ??

wary glen
#

probably, but there can be different reasons why a payment is created, you can try and see

acoustic iron
#

How can I get the chargeID when I have the paymentID ?

wary glen
#

it'll appear in the source_transaction as per the previous steps

acoustic iron
#

I have the paymentID as sourceID on the Balance Transcation for type "payment", I don't have any charge ID

wary glen
#

can you paste that source value in your screenshot here

acoustic iron
#

py_1P3oflH6I1szjHmvKYb27GcL

wary glen
tardy marshBOT
acoustic iron
#

I am sorry, it is saying such charge for "py_1P3oflH6I1szjHmvKYb27GcL"

#

I am assuming that for BalanceTranscation.Type "payment", with BalanceTranscation.SourceID I can retrieve the Payment object only right ??

#

Is there any Payment object in Stripe?

#

*no such charge for "py_1P3oflH6I1szjHmvKYb27GcL"

shy hawk
#

๐Ÿ‘‹ taking over

acoustic iron
#

Hello

shy hawk
acoustic iron
shy hawk
#

it's in the format req_xxx

acoustic iron
#

req_EIl9NJH6tGkF1B

shy hawk
#

Okie, can you use a Stripe Account header on the Connecter Account acct_1OKvAxH6I1szjHmv?

acoustic iron
#

you mean request options??

#

for this Charge? charge = new ChargeService().Get( transaction.SourceId );

#

I am sorry, I need the paymentIntent IDs of the payments and refundIDs of refunds which included in a payout for connected account, how can I get them ?

shy hawk
#

Let's focus on getting this Charge, and expand the transfer.source_transaction property as my colleague mentioned

acoustic iron
#

I did, there is no paymentIntentID in the transfer

shy hawk
#

Okie so we have a source_transaction

#

Please try to expand it