#aeromz-dario_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1310700537649299519
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- aeromz-dario_paypal-connect-onboarding, 2 hours ago, 16 messages
- aeromz-dario_api, 4 days ago, 38 messages
- aeromz-dario_api, 5 days ago, 18 messages
const { error: initError } = await stripe.initPaymentSheet({
merchantDisplayName: "APP NAME",
customerId: paymentResult.customer,
customerEphemeralKeySecret: paymentResult.ephemeralKey,
paymentIntentClientSecret: paymentResult.clientSecret,
allowsDelayedPaymentMethods: true,
returnURL: 'app.name://payment-return',
defaultBillingDetails: {
name: user?.name,
email: user?.email
},
appearance: {
colors: {
primary: '#f97316'
}
},
paymentMethodTypes: ['card', 'paypal', 'klarna'],
billingDetailsCollectionConfiguration: {
name: 'always',
email: 'always',
},
style: 'alwaysLight',
googlePay: null,
applePay: null,
merchantCountryCode: 'DE',
primaryButtonLabel: 'Bezahlen',
payment_method_configuration: 'auto'
});
in: https://dashboard.stripe.com/settings/connect/payment_methods at "My Account" Paypal is an Active Payment Method with an green checkmark.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And my code uses "Destination Charges"
Hi, taking a look here
Hi, we document PayPal supportability with Connect here: https://docs.stripe.com/payments/paypal#connect. You would need to request a manual approval: https://docs.stripe.com/payments/paypal at https://support.stripe.com/contact
Okay, Appreciate your Help! but its green in my Payment Methods, where and how do i do that!
You would want to reach out here: https://support.stripe.com/contact and share the specific error with the request id with that error.
Find help and support for Stripe. Our support site 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.
Yes i did that for like Three days ago. and nothing happens, if you say that is an Simple Approvel, should i do that in the Support chat? is there a file i can fill?
You can follow up on your current email. It may not be a simple approval, I'm unsure what that process is.
is there Anybody "Competent" in that Area who can help me with that? who has the Knowlage.