#allianceRes

1 messages · Page 1 of 1 (latest)

lyric widgetBOT
vocal pond
#

You'd want to check transfers_enabled instead

south laurel
#

ok thank you
So charges_enabled does not guarantee that the transfer can be carried out without problems?

vocal pond
#

Correct

#

You need to check transfer capability

south laurel
#

if, for example, a merchant's Stripe account is not valid because, for example, he did not provide all the necessary documents, the capabilities.transfers of his account will be set to "inactive" ?

vocal pond
#

Yeah it'll only be active if you can actually transfer to it

south laurel
#

I get this:

"capabilities": {
"card_payments": "inactive",
"platform_payments": "inactive"
}

vocal pond
#

Card payments needs to be active first I believe

south laurel
vocal pond
#

I see transfers active on that

#

What's the response object look like?

south laurel
#

"capabilities": {
"card_payments": "inactive",
"platform_payments": "inactive"
}

#

I can't see transfer

#

I thnik you sent me a worong message

vocal pond
#

@south laurel please message in the main channel. this is a thread for @south laurel issue

#

@south laurel can you share the request id from that call?

south laurel
#

Here is the full response:

vocal pond
south laurel
#

req_bLFQnTV0ZFwrUI

vocal pond
#

Ah I think this is related to your api version. It's quite old:
2017-12-14

#

Latest is 2022-11-15

south laurel
#

I made this request from a windows CMD I didn't use any platform (PHP, NodeJs..) so where we need to upgrade this

vocal pond
#

What windows cmd?

#

How exactly did you formulate the request?

#

If you don't explicitly pass the api version, it'll use your account's default which is the 2017 one

#

You can override that on a per-request basis by passing the stripe_version header as shown in the link I shared

south laurel
#

ok thank you I will give it a try