#oiralih28

1 messages · Page 1 of 1 (latest)

grave dirgeBOT
burnt saffron
#

Are you looking at a specific doc of ours for this?

spiral goblet
#

Yes, I am looking at this documentation. My account is from the USA. but i have AR clients

burnt saffron
#

Gotcha, thank you for checking

#

so yes you can charge in ARS as a US account

spiral goblet
#

And how will my clients be paid? in USD or in ARS? I want them to be charged in ARS

burnt saffron
spiral goblet
#

Are these configurations only done from the Stripe panel or can they also be done from the code in the request?

burnt saffron
#

Specifying that you want to charge in ARS? That can definitely be done with code. How are you currently charging your customers? I can find the doc on how to pass the currency param for this

spiral goblet
#

I send the request in USD. but my AR clients charge you in USD. I want to be charged in ARS

burnt saffron
#

Can you show me your code for how you create these payment intents?

#

(Or Checkout Sessions or Invoices if you use those)

spiral goblet
#

ok

#

POST /v1/payment_intents

{
"currency": "usd",
"capture_method": "automatic",
"shipping": {
"address": {
"line2": "mangles MZ D Solar 2",
"line1": "12122112\t1 sdsdsd\t\t",
"state": "Catamarca",
"city": "ACHALCO",
"postal_code": "70000",
"country": "AR"
},
"phone": "0987654321",
"name": "Hilario Villamar"
},
"confirmation_method": "manual",
"amount": "6478",
"payment_method_types": {
"0": "card"
}
}

#

I send the request in dollars

#

and I want my AR client to charge him in ARS

#

but the client was charged in USD

burnt saffron
#

Gotcha. You will need to specify "currency": "ars", when creating this payment intent

#

We don't automatically change the presentment currency like that unfortunately

spiral goblet
#

If I change the "currency": "ars" in amount, would I have to send it in pesos? I already tried that but I still charge my client in USD

#

My client received the charge from his card in USD

burnt saffron
#

would I have to send it in pesos?
Can you clarify what you mean here? Send the amount to the API? Or send funds to someone?

#

Do you have the ID of the payment intent that still charged your client in USD?

spiral goblet
#

si

#

yes

#

pm_1Mtb9GE5ImJib9UqqgZQC9b3

burnt saffron
#

Is the client still saw the charge in USD on their bank statement that may have been from how their bank handles ARS payments. Stripe definitely received ARS from their bank for this

spiral goblet
#

I sent you the amount added with the respective taxes, but in ARS.
I want to send in USD and for Stripe to charge the customer in ARS with the respective taxes.
What would I need to do that?

burnt saffron
#

As far as I am aware that does not exist at the moment.

#

So for now you will still have to specify things in ARS here

spiral goblet
#

OK thank you very much