#caderann_unexpected
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/1387450822136303698
π Have more to share? Add more details, code, screenshots, videos, etc. below.
You see Bacs on ios but not android when using the same React Native app on the same Stripe account?
yes
@left timber
Hm yeah that shouldn't be the case
Are you using a Uk-based customer and GBP as the presentment currency?
yep, same customer, same app, same connected account
i can share testflight and internal app access if required
Hm let me check with a colleague who's better with React Native than me to see what they suggest first
please, go ahead
Can you share your code for initPaymentSheet?
okay, allow me 2 minutes
π§βπ» How to format code on Discord
Inline code: wrap in single backticks (`)
This:
The variable `foo` contains the value `bar`.
Will turn into this:
The variable
foocontains the valuebar.
Code blocks: wrap in three backticks (```)
Also, you can specify the language after the first three backticks to get syntax highlighting.
This:
```javascript
function foo() {
return 'bar';
}
```
Will turn into this:
function foo() {
return 'bar';
}```
Notes about **code blocks**:
- Specifying the language is optional (e.g., you can omit `javascript` in the example above)
- If you don't specify the language you won't get syntax highlighting
- When you're inside a code block (after you type \`\`\`) the `Return`/`Enter` key will add a new line instead of sending your message
- Once you end the code block `Return`/`Enter` works normally again
You can [read more about message formatting on Discord's website.](https://support.discord.com/hc/en-us/articles/210298617)
const { error } = await initPaymentSheet({
paymentMethodOrder: ['ideal', 'card', 'sepa_debit'],
customerId: session?.stripe_customer_id,
paymentIntentClientSecret: session?.stripe_client_secret,
merchantDisplayName: selectedCenter?.client?.name,
allowsDelayedPaymentMethods: true,
returnURL: `${ENV.url_prefix}://stripe-redirect`,
appearance: {
shapes: {
borderRadius: 12,
},
primaryButton: {
shapes: {
borderRadius: 12,
},
},
colors: {
primary: convertAndReturnHexColor(colors?.primary),
},
},
applePay: {
merchantCountryCode: selectedCenter?.country_data?.iso_code_2 ?? 'US',
},
})
let me confirm, have to switch to a netherlands based stripe customer
sepa is visible, but not iDEAL
changing location to netherlands in emulator shows iDEAL
Yeah I wonder if that's your issue here
let me confirm this
With GBP customer, did you change the location in the emulator to UK?
I did ask my colleague to try it, let me try it again once
nope, did not work for BACS
Darn ok
Hey @lament edge, can you please help out here?
Hey there sorry for the delays here. This is going to need a deeper investigation, I'm going to trigger a flow that will have our bot send you a DM to create a support ticket that will come right to our team
okay
Hello @left brook, we have sent you a direct message, please check it at https://discord.com/channels/@me/1387463199862952159
- πThe message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
I've raised the ticket, thanks