#Juan Pablo Martínez
1 messages · Page 1 of 1 (latest)
for example, I would like to create an invoice previous to receive a payment
Hey there
Yep that's very possible
You can set auto_advance: false to not have the invoice attempt to charge
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok, can i set it on ACH credit transfer, right?
Yes you can use ACH CT as a payment method type if you are using a send_invoice type of collection method
nice
now im getting: The price specified supports currencies of eur which doesn't include the expected currency of usd
that is because the default in the invoice line is USD?
Most likely yes
But also you can't use ACH CT with a Eur Invoice
Has to be USD
But yeah you can dictate the currency when you create the invoice: https://stripe.com/docs/api/invoices/create#create_invoice-currency