#D365 Developer

1 messages · Page 1 of 1 (latest)

lusty oarBOT
chilly dawn
#

Hi 👋 can you share the ID of a request where you tried to include extra parameters but were unable to do so?

wheat barn
#

Sorry while creating a payment intent i want to add extra params how can we get ID before creation.

chilly dawn
#

Get what ID?

#

If you're asking about getting the ID of the Payment Intent before it is created, that is not possible, the ID is generated at creation time.

wheat barn
#

I am not supposed to share the ID of payment intent. It is against to our company policy

#

will you please help me on this in another way.

chilly dawn
#

Sorry for the confusion, I'm not asking you to share an ID. I'm trying to ask you to explain what you're trying to accomplish and where you're running into problems. You said:

how can we get ID before creation.
but I don't know what type of ID you're referring to there, could you clarify?

wheat barn
#

I am trying to add level3 data in extraaddparams but after creation it is showing as null.

chilly dawn
#

Alright, I will need to look at a Payment Intent from your testing then, or at least a request where you tried to provide that data. What code are you using to include those values, where are you looking for them after intent creation?

wheat barn
#

I am creating a payment intent with ExtraParams parameter adding level3 data as Dictionary object. But i after creation it is displaying null in the json. But when i update it with same parameter it is working fine. But only while creation i am not able to insert the data.

chilly dawn
#

Can you share the ID of requests showing that difference, preferably one from the creation and another from the update of an intent?