#RJ01
1 messages · Page 1 of 1 (latest)
What is the PaymentIntent ID?
Ok, since it's a PaymentIntent created by subsription invoice, it's setup_future_usage is set to off_session and that's why the disclaimer is shown.
https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-terms you can set terms to never to hide the legal agreements
alright checking thank you
in using address-elements
how to show a message that this field is required? like the first name it has no value as of now. how can i show to the customer that this is required field..
You can set the validation property, however right now only phone is supported https://stripe.com/docs/js/elements_object/create_address_element#address_element_create-options-validation
got it thanks
do you know how to get the stripe processing fee of a transaction record?
pi_3NKFrjKgpulIQWSv1ILRCxoz
Sure it's from payment_intent->latest_charge->balance_transaction->fee_details.
how can i expand 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.