#sg_source-migration

1 messages ยท Page 1 of 1 (latest)

ornate riverBOT
#

๐Ÿ‘‹ 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/1290404022888693782

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

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.

urban hemlock
ruby mango
#

var paymentIntentOptions = new PaymentIntentCreateOptions
{
Amount = Amount* 100,
Currency = OrderCurrencyType,
Customer = Token,
PaymentMethod = PaymentMethodId,
PaymentMethodTypes = new List<string> { "sepa_debit" },
Description = "Recurring payment",
//SetupFutureUsage = "off_session",
Confirm = true,
ConfirmationMethod = "automatic",
};

            var service = new PaymentIntentService();
            paymentIntent = service.Create(paymentIntentOptions);

after doing recurring payment using the above code, we have to get the Last4 property, Kindly let me know how to do that

urban hemlock
#

๐Ÿ‘

ruby mango
#

this is the response

urban hemlock
#

So there's last4 under payment_method_details.sepa_debit.last4

ruby mango
#

yes, you are right

#

just wanted to get it confirm with you about the charges object returned EVEN WHEN Im creating the PaymentIntentService, why

#

Im thinking of to get the PaymentIntent object as the response, but charges obect is returned.... kindly clarify on this

urban hemlock
#

yeah that's fine. Charge objects are used in the background when working with PaymentIntents API

ruby mango
#

does it mean that charges object is the one which is expected to be returned for the PaymentIntentService create ?

#

if so, I will fetch the Last4 from charges object

urban hemlock
#

Technically, the returned object is a PaymentIntent object. charges is a parameter that's added to a PaymentIntent.

but yeah, you can get last4 from the charges object

ruby mango
#

ok fine, thanks a lot

#

one more support required on migration from sources api data to paymentIntent

#

We haven't seen this view in our developer account to migrate the data from sources to PaymentIntents

urban hemlock
#

have you enabled workbench?

ruby mango
#

how do we get it and also we have to share the steps to migrate with our customers
We as a SAS company, dont have the connect accounts to take care of the migration by the development team
is there ay video on the migration process, if so, kindly share the link

ruby mango
urban hemlock
ornate riverBOT
vale cape
#

sg_source-migration

ruby mango
#

we dont not see the migration tool in our developer console

vale cape
ruby mango
vale cape
#

Please work with our support team for 1:1 help!

ruby mango
#

ok fine

#

thanks for the support ๐Ÿ™‚