#Shikha
1 messages · Page 1 of 1 (latest)
Can you share more details please? and delete the other/duplicate message from the main channel
Can you share the subscription Id ?
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.
How are you creating the Subscription, can you share the requestid ?
Sure
from where you are getting that Screenshot ?
Checking
It says requires action
I am trying to create destination charge
Unable to proceed further
Connect - Clicked an email ID - Activity - API Logs
We already discussed this morning about this you need to complete the action from the frontend.
Yes and How do I do that?
Please refer to the other thread and links to implement the necessary further action
yes and what part you didn't understand?
I want to know
What is payment_intent_client_secret
From where should I get this?
From the Paymentintent:
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-client_secret
The screenshot isn't clear
One sec
Copy past the code here.
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);
Here you are creating a PaymentIntent with destination charge.
Yes
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.
You will help me in debugging?
For payout to different regions we are using destination charges..is it even a correct approach?
do you have legal entities in these regions?
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
I believe the question is if you have registered a company in the regions.
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
Are you talking about Platform or the Connected account?
Platform is UK
You can reach out to Stripe Support if you want 1x1 support: https://support.stripe.com/?contact=true
Do you want to pay out to US connected account?
Yes from a US platform Account to UK connected account manually