#Xico
1 messages · Page 1 of 1 (latest)
What do you mean by Bank Transfer Account Payment Method? Where did you see this payment method?
For Mexico, you can add a Bank Transfer called SPEI
Do you have a URL? I can't do much with screenshots.
Previously it was set at Settings as a Payment Method
Oh so you don't see the option in your account settings?
I have the option and I can do it at the Dashboard
one by one
I need to do it for all my customers
Okay well the doc you provided has an example of a CURL request that hits the Customers API to create the spei funding instructions.
It only works if previously was set the Payment Method to the customer.
Do you have an example of a failing request? Including the request ID?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
sure.. let me grab it
There is not loged... at my terminal I got:
{
"object": "list",
"count": 0,
"data": [],
"has_more": false,
"url": "/v1/customers/:customer/funding_instructions"
}%
that´s the response to the api Curl call
Do you have an example Customer ID for a customer you are trying to create funding instructions for?
Also, what is your end goal here? What are you attempting to collect funds for?
sure
cus_MTCZZ2yH9hlUhk
I need to send each of my clients their unique bank number so they can fund their account, add funds through transfer as well.
Okay but Stripe doesn't hold funds. You need to charge them for something.
Are you collecting funds from them? If so, is there a reason you are not using the Payment Intent integration approach shown here?
https://stripe.com/docs/payments/bank-transfers/accept-a-payment
Sorry I'm just having a hard time understanding what this CURL command is actually trying to do
In fact it does, but only for 90 days. I collect the funds and later they are applied to an invoice
Ah, okay that makes sense
I´ll try to follow the Api response when is processed by the Dashboard
Thanks for your time... 👍
Wait wait wait... Can you provide the CURL command you are using?
👋 I'm hopping in since @primal vine has to head out
I went ahead and deleted your last message because it included your secret key (which you should never share publicly, so I'd highly recommend rolling that when you have the chance)
In your curl command did you also make sure to replace the Customer ID in the URL?