#Shikha

1 messages · Page 1 of 1 (latest)

golden solsticeBOT
jade raft
#

Can you share more details please? and delete the other/duplicate message from the main channel

quaint warren
#

I will do that

#

What is subscription status here?

jade raft
#

Can you share the subscription Id ?

quaint warren
#

Where can I find subscription ID?

#

I have been asked to integrate destination charges option to send out payouts from a UK Platform to a US connected accounts. I reffered the link shared earlier and it is not that helpful.

jade raft
#

How are you creating the Subscription, can you share the requestid ?

quaint warren
#

Sure

jade raft
#

from where you are getting that Screenshot ?

quaint warren
#

Checking

#

It says requires action

#

I am trying to create destination charge

#

Unable to proceed further

#

Connect - Clicked an email ID - Activity - API Logs

jade raft
#

We already discussed this morning about this you need to complete the action from the frontend.

quaint warren
#

Yes and How do I do that?

jade raft
#

Please refer to the other thread and links to implement the necessary further action

quaint warren
#

I checked the links

#

It is confusing

jade raft
#

yes and what part you didn't understand?

quaint warren
#

I want to know

#

What is payment_intent_client_secret

#

From where should I get this?

jade raft
quaint warren
#

Checking

#

Can u check if the above flow is correct?

jade raft
#

The screenshot isn't clear

quaint warren
#

One sec

jade raft
#

Copy past the code here.

quaint warren
#

Chevk now??

#

Ok lemmr copy paste

#

var service = new PaymentIntentService(); var createOptions = new PaymentIntentCreateOptions { Amount = 200, Currency = "gbp", OnBehalfOf = "acct_",// AutomaticPaymentMethods = new PaymentIntentAutomaticPaymentMethodsOptions { Enabled = true, }, TransferData = new PaymentIntentTransferDataOptions { Amount=87, Destination = "acct_", }, }; var obj= service.Create(createOptions); // To create a PaymentIntent for confirmation, see our guide at: https://stripe.com/docs/payments/payment-intents/creating-payment-intents#creating-for-automatic var options = new PaymentIntentConfirmOptions { PaymentMethod = "pm_card_visa", ReturnUrl=Convert.ToString(ConfigurationManager.AppSettings["ApplicationPath"]) + "/Home/HostStripeAccount", }; var service1 = new PaymentIntentService(); var obj1= service1.Confirm(obj.Id,options);

jade raft
#

Here you are creating a PaymentIntent with destination charge.

quaint warren
#

Yes

jade raft
#

the obj1 contains the PaymentIntent Object and you have the client_Secret. I invite you to debug your code, inspect the responses of your calls and refer to the documentation to make links.

quaint warren
#

You will help me in debugging?

#

For payout to different regions we are using destination charges..is it even a correct approach?

jade raft
#

do you have legal entities in these regions?

formal cobalt
#

👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!

quaint warren
#

Whta is legal entities?

#

Where can I find that?

golden solsticeBOT
nocturne ledge
#

Hi! I'm taking over my colleague. Please, give me a moment to catch up.

nocturne ledge
quaint warren
#

I have a registered compnay in UK

#

So if the company is not registered in US then destination charge wont be possible?

#

I thougjt through cross border by specifying merchant to connected acc

#

Can u offer a call back pleas

nocturne ledge
quaint warren
#

Platform is UK

nocturne ledge
nocturne ledge
quaint warren
#

Yes from a US platform Account to UK connected account manually

nocturne ledge
#

Is it not working for you?

#

Are you with me?