#JohnM-two-day-rolling

1 messages · Page 1 of 1 (latest)

hot minnow
#

So they should get it within two business days

maiden badger
#

Oh.. Ok . the whole rolling phrase sort of threw me off.

maiden badger
#

Hey, got one more question for you. Is there anyway I can associate metadata with a paymentIntent ?

hot minnow
#

Yep, all Stripe API object support metadata

#

How are you creating them!

maiden badger
#

I am using the PaymentIntentCreateParams .. then using the PaymentIntent.create(params)

#

reason I am asking is ... I don't see a setter for the meta data

hot minnow
#

What library is this?

maiden badger
#

I think I found it...

hot minnow
maiden badger
#

this is the java sdk

hot minnow
#

Ah gotcha

maiden badger
#

.putMetadata()

#

Ok. thanks