S
Supabase2mo ago
Dee

Edge function error for stripe connect

Stripe connect account payment split , on a SaaS platform for table qr code order management whats causing this stripe connect account payment error index-BgPkPOPh.js:45 POST https://ueafwugqusqqtjovgaoh.supabase.co/functions/v1/create-service-fee-payment 500 (Internal Server Error) index-BgPkPOPh.js:1094 Payment function response: {data: null, error: FunctionsHttpError: Edge Function returned a non-2xx status code at roe.<anonymous> (https://or…} index-BgPkPOPh.js:1094 Payment creation error: FunctionsHttpError: Edge Function returned a non-2xx status code at roe.<anonymous> (index-BgPkPOPh.js:40:101592) at Generator.next (<anonymous>) at o (index-BgPkPOPh.js:40:100397) index-BgPkPOPh.js:1094 Error processing payment: FunctionsHttpError: Edge Function returned a non-2xx status code at roe.<anonymous> (index-BgPkPOPh.js:40:101592) at Generator.next (<anonymous>) at o (index-BgPkPOPh.js:40:100397)
1 Reply
tomaspozo
tomaspozo2mo ago
Are you using an AI builder? Most AI builders now are capable of accessing your Edge Function logs and catch the error... Thats the place you should look for errors Select your create-service-fee-payment function in your Supabase Dashboard an then open the logs tab

Did you find this page helpful?