#damonstrr
1 messages · Page 1 of 1 (latest)
I have pay gem installed
Hi, can you share the request id with me? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_OcvGNlW5XPDpmo
It appears that you're trying to pass in capabilities, https://stripe.com/docs/api/accounts/create#create_account-capabilities when creating an account with type:standard which is not supported. You'd want to omit the capabilities and the account owner would need to add those on thier end from their Dashboard after accessing that account.
with the above code i pasted i am not trying to and i still get the error
Can you share that request id where you omit capabilities and still seeing the error?
maybe when i add # business_type: 'individual',
# business_profile: {
# url: 'http://lvh.me'
# }
it adds it by itself
When I tested it on my end, I do not see any errors
It looks like you're using this plug in https://github.com/pay-rails/pay. If you look at the request id, https://dashboard.stripe.com/test/logs/req_OcvGNlW5XPDpmo you shared with me, you can see that capabilities are explicitely passed on the creation. You would want to reach out to the Pay team from this plugin as a next step.
yeah that's what i said but if i do not add the business it works req_t8NJEjffbmdAAT
yeah, it looks like that plugin has a buggy behavior.
Sure!
but quick question, can you pass business type and business_profile in standard account??