#caderann_unexpected

1 messages Β· Page 1 of 1 (latest)

dense pythonBOT
#

πŸ‘‹ 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.

left timber
#

You see Bacs on ios but not android when using the same React Native app on the same Stripe account?

left brook
#

yes

misty kestrel
#

@left timber

left timber
#

Hm yeah that shouldn't be the case

#

Are you using a Uk-based customer and GBP as the presentment currency?

left brook
#

yep, same customer, same app, same connected account

#

i can share testflight and internal app access if required

left timber
#

Hm let me check with a colleague who's better with React Native than me to see what they suggest first

left brook
#

please, go ahead

left timber
#

Can you share your code for initPaymentSheet?

left brook
#

okay, allow me 2 minutes

dense pythonBOT
#

πŸ§‘β€πŸ’» 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 foo contains the value bar.

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)
left brook
#
    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',
      },
    })
left timber
#

Thank you

#

Do you see ideal on Android? Or only card?

left brook
#

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

left timber
#

Yeah I wonder if that's your issue here

left brook
#

let me confirm this

left timber
#

With GBP customer, did you change the location in the emulator to UK?

left brook
#

I did ask my colleague to try it, let me try it again once

#

nope, did not work for BACS

left timber
#

Darn ok

dense pythonBOT
left brook
#

Hey @lament edge, can you please help out here?

lament edge
#

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

left brook
#

okay

dense pythonBOT
#

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.
left brook
#

I've raised the ticket, thanks

dense pythonBOT