#tyson
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
This. is the postman error message is this what you wanted?
Can you paste the req_xxx please
sure
req_b50LS2GxvhU0jO?t=1669116547
I'd basically would like to make payment links to for the connect accounts
you're passing a Price ID which exists on the connected account, which won't work here as you're doing "destination charges"
instead you need to pass a Price ID that exist on your platform account.
Ok, is it possible to use direct charges?
because ideally id like it to be direct charges,
would that solve the issue
it is possible yes, you would use https://stripe.com/docs/connect/authentication#stripe-account-header instead of using transfer_data and on_behalf_of in the request
not sure if we have a guide on that but if there's a guide you were looking at for creating PaymentLinks with Connect it likely has a tab or section about doing that instead
req_AJJ6wseVZ2kNTY?t=1669123962 its coming back with
it's not a parameter, it's a HTTP header
https://stripe.com/docs/api/payment_links/payment_links/create i am using this one, it doesn't have stripe-account asa para
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ooo
I seee lemme try
It worked thanks !!!!!
oyur a legand
your*