#Divya.Shalini
1 messages · Page 1 of 1 (latest)
Hi
Could you please share more details about the error ?
nope the request shown in the screenshot above:
req_TWzNX04iB1O2PB
Thanks for sharing, let me check..
Yes, please
Sorry, discord is a bit busy, please give me more time for doing some tests...
Try this command:
stripe trigger payment_intent.requires_action --override payment_intent:payment_method_options.customer_balance.bank_transfer.type=eu_bank_transfer --override payment_intent:currency=eur --override payment_intent:payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country=FR
please share the request ID again
req_tBF017gM6con0Q
yeah sorry, the way they built this requires_action trigger makes no sense
do you have to use stripe-cli? it's pretty easy to test this just on your normal payment page by using the card in test mode 4000002500003155 for example. Otherwise, you will have to wait a while while we find the correct way to do this in stripe-cli.
I can't help you with using the Dashboard no
what are you really trying to do at a higher level , what are you trying to test or confirm in your code?
When this webhook event is getting triggered then as per the request I need to send a mail to connect account user
This is what I need to do
But for testing this event I need to trigger it
makes sense
you could do it using stripe-cli but it will take us a while to figure out how