#di_fb
1 messages · Page 1 of 1 (latest)
Not sure what you mean
I am doing the following request
--header 'Stripe-Account: acct_1M0MG5CKjtDwolVu' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'customer=cus_O598FQlRYVW2FL'```
the endpoint returns no such customer but there is such a customer which is odd
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I am referring to this https://stripe.com/docs/api/tokens/create_bank_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you share the request id?
req_UNRDpc1pRmhAtW
Interesting. Can you try the same request with providing bank account details? Want to see if that goes through
so just providing bank details works, but when I add customer then it also gives the same error
Interesting. Can you share both of those request id's as well? That'll help us debug
req_AoNRqkxmOUQQYm
req_utT0CrCEvFwYiU
Ok thanks. I'll get back to you when I know the issue
thanks
Oh so the customer parameter is only used for cloning
That customer has to exist on the platform account for that param to be used. See: https://stripe.com/docs/api/tokens/create_card#create_card_token-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.