#Xico

1 messages · Page 1 of 1 (latest)

eternal tulipBOT
primal vine
#

What do you mean by Bank Transfer Account Payment Method? Where did you see this payment method?

fringe warren
#

For Mexico, you can add a Bank Transfer called SPEI

primal vine
#

Do you have a URL? I can't do much with screenshots.

fringe warren
#

Previously it was set at Settings as a Payment Method

primal vine
#

Oh so you don't see the option in your account settings?

fringe warren
#

I have the option and I can do it at the Dashboard

#

one by one

#

I need to do it for all my customers

primal vine
#

Okay well the doc you provided has an example of a CURL request that hits the Customers API to create the spei funding instructions.

fringe warren
#

It only works if previously was set the Payment Method to the customer.

primal vine
fringe warren
#

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

primal vine
#

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?

fringe warren
#

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.

primal vine
#

Okay but Stripe doesn't hold funds. You need to charge them for something.

#

Sorry I'm just having a hard time understanding what this CURL command is actually trying to do

fringe warren
#

In fact it does, but only for 90 days. I collect the funds and later they are applied to an invoice

primal vine
#

Ah, okay that makes sense

fringe warren
#

I´ll try to follow the Api response when is processed by the Dashboard

#

Thanks for your time... 👍

primal vine
#

Wait wait wait... Can you provide the CURL command you are using?

fringe warren
#

sure

#

using our client id and keys

plucky cove
#

👋 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?

fringe warren
#

Yes

#

regarding the secret key, I copied the Curl from the docs and I did not realize the SK was a valid one

#

My fault

plucky cove
#

No worries!

#

I'm not sure why, but your API requests are coming through as GET reqeusts - is that intentional? Can you show me a screenshot of you making the curl reqeusts (with the secret key redacted)