#binod-q

1 messages · Page 1 of 1 (latest)

plain stratus
#

hi, how can I help?

tiny moss
#

Im facing issue with transaction in dev mode.

#

Can only make test mode charges You can only make test charges right now. Please activate your account to remove this limitation.

#

this is the error message when I test payment using IDeal

plain stratus
#

not sure what the issue is, you say you're in "dev mode" , so if some reason you try to make a live charge it's normal to get that error!

tiny moss
#

I need test some features

#

in dev mode

#

im already in dev mode and it says You can only make test charges right now

#

??

plain stratus
#

I don't follow sorry.

#

you're in dev mode, so you'd only use test mode Stripe API requests.

#

so what's the problem?

#

test mode charges are working fine, if you get that error it means you are trying to create live mode charges for some reason(like you are using your live mode API keys for some reason, maybe).

tiny moss
#

im using dev mode API key and payements intents created but fail on purchage

tiny moss
#

req_zJZIwYLSurhEEQ

#

this is the req ID

plain stratus
#

that's not the request that gives that You can only make test charges right now. Please activate your account to remove this limitation error. Do you have that one?

tiny moss
#

yes

#

that's the message inside txn details

plain stratus
#

what are "txn details"?

tiny moss
#

when I click on failed txn

plain stratus
#

ah ok I see

#

it's because you're doing this payment on_behalf_of another testmode Express account acct_1L5XsUQl0eAgkw3g

#

that would have been useful information to share upfront!

#

but in test mode you need to activate that account with test data, it won't just work

tiny moss
#

Sorry I missed it, I will check it.

#

also, whats the difference between charge API and paymentIntent API?

#

Im using paymentIntent API right now. But, charge API looks similar

plain stratus
#

the Charge API is deprecated and you can't use it at all

tiny moss
#

Ok. One last question. Is it possible to have clients business name in transaction statement after ideal payment?

plain stratus
#

you can set statement_descriptor on the PaymentIntent and I believe that should work

tiny moss
#

No, that only appears in txn details

#

I need to display in txn title

plain stratus
#

not sure what that means

tiny moss
#

I have multiple connect accounts (express) for multiple clients. And each account is connected to one domain

#

So, when someone buys an item from website using iDeal payment. Buyer should see connect account's business name in txn statement as a title

#

That's why I'm trying on_behalf_of

plain stratus
#

makes sense, in theory that's how it would be done, yep

#

on_behalf_of controls how the payment is presented to the customer in terms of which merchant is charging them

tiny moss
#

What's the solution? I have been stuck for too long

plain stratus
#

the solution to what exactly?

tiny moss
#

Business name is not displaying in txn statement

#

Instead name of account person displayed

plain stratus
tiny moss
#

writing an email would take much time so thought it would be easier to communicate here

#

I just need an business name in txn statement title based on ACCOUNT_ID of connected account.

plain stratus
#

afaik on_behalf_of is how that's done

#

so if it's not working as you expect you'd need to share complete context of an example PaymentIntent, screenshots of what you see, a detailed description of what you expected to see instead, so we can investigate and ask the product team for iDEAL what the options might be

tiny moss
#

I have written an email

#

how long does it take to respond?