#m4rt1ns_1993

1 messages · Page 1 of 1 (latest)

real ironBOT
sonic swift
#

Hi! Let me help you with this.

vivid apex
#

Thanks 🙂

sonic swift
vivid apex
#

Ok, so basically I can just generate an invoice to be paid by bank transfer to these countries?

sonic swift
#

Are you asking about how to create an Invoice with Node.js or more what Payment Method type to use?

real ironBOT
vivid apex
vivid apex
# sonic swift Yes

This means that I need to check the customer's country first? And based on the country, I need to use one of the bank transfer methods available?

vivid apex
#

I mean for example from Brazil

sonic swift
#

There's other payment methods that are supported in Brazil. Card payments are supported in most of the markets.

vivid apex
#

Ok, so bank transfer would not be an option for Brazil for example.

hidden oracle
#

We don't expose payment method availability per country via the API

vivid apex
#

There's no example for the US and Canada for example. How do we need to handle that?

#

This is how I need to handle using the API for example for a client from the UK, right?

hidden oracle
#

I'm not really sure what you're asking me. Generally, you'd just create the Invoice and the payment page would surface the applicable payment methods

vivid apex
hidden oracle
#

Ok, but as you've discovered Bank Transfers are only available to Stripe merchants in specific locations and with specific presentment currencies

vivid apex
#

Yeah I understand that... I was just asking if I need to refer to that screenshot I send using the api

hidden oracle
#

Sure, that doc outlines how you'd create a Bank Transfer eligible Invoice

vivid apex
#

Ok, cool! Another question please. Can I add my organisation bank details in the standard invoice template?

hidden oracle
#

It sounds to me like you don't actually want to your our Bank Transfer rails, and you actually just want users to manually transfer the funds?

vivid apex
#

I want both ways to be honest

#

If the customer is from a supported bank transfer country within Stripe we use the API, otherwise (for example from Brazil) we send our bank details in the invoice template, so they can pay us manually.

hidden oracle