#balconytom-php-header
1 messages ยท Page 1 of 1 (latest)
Hey, checking on this. Should be referenced in the beta docs you'll have access to
Think you'll need to adjust your request options param:
{
stripe_account: source_account(test_mode, source_account),
api_key: api_key(test_mode)
stripe_version: '2020-03-02;server_side_confirmation_beta=v1'
}
ah, ok, missed that part, thanks a lot!
Did that work?
Of course!
in the https://stripe.com/docs/payments/finalize-payments-on-the-server#payment-method-details there's a params object passed in to updatePaymentIntent. What should be going there? Isn't the payment element grabbing the payment_method_data automatically?
Not overly familiar with this beta, but will help where I can ๐
Like if you wanted to pass any billing info (email, etc) that Elements doesn't automatically collect
ok cool, that we'll come in handy, thx! Also, I need to start reading the docs ๐