#JohnM-two-day-rolling
1 messages · Page 1 of 1 (latest)
Sounds like that would be the T+2 payout schedule https://stripe.com/docs/payouts#payout-speed
So they should get it within two business days
Oh.. Ok . the whole rolling phrase sort of threw me off.
Hey, got one more question for you. Is there anyway I can associate metadata with a paymentIntent ?
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
What library is this?
I think I found it...
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is the java sdk
Ah gotcha