#LOUNIS - AWS Lambda Payouts
1 messages · Page 1 of 1 (latest)
HI 👋
I don't have any examples but you should be able to make authenticated requests against the Stripe API from AWS lambda functions.
Hello Other questions please there is a test environment to make calls to the api. in the doc we only have: https://api.stripe.com/v1/payouts
Quoting for context
You can make as many API calls as you want using your Test API keys
This allows you full access to all Stripe APIs without actually moving any money
Just be aware, since you're automating this stuff, the APIs do have rate limits.
https://stripe.com/docs/rate-limits
If you exceed your rate limits you'll receive 429 responses