#TravisBurgess-automatic-payment-batch
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Is there a reason why you have to add metadata later rather than when you create the PaymentIntent itself?
Hi Hanzo, thanks for the response. We are updating a transferred payment with the metadata for reporting purposes as you can't pass metadata to a transferred payment at the time it's being transferred
I see.. Have you looked into to parallelizing API calls? ๐ค
You can make upto 100 read and 100 write requests per second
I wonder if that helps in any way
Thanks Hanzo - Is there any examples in C# for that that you could point us to?
I'm not super skilled with C# but I believe you'd need to create threads in order to parallelize requests
This stackoverflow question has some good examples
https://stackoverflow.com/questions/52338042/c-sharp-how-to-do-multiple-web-requests-at-the-same-time
Thanks a lot Hanzo, we'll take a look at it tomorrow. We appreciate your help