#dcboy_api

1 messages · Page 1 of 1 (latest)

orchid elkBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1349628416051118133

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

meager pelican
#

hello

#

How to set parameters to reject cards that cannot be incrementally pre-authorized? How to re-initiate a payment for transactions using tap to pay?

slim musk
#

Hi there,

meager pelican
#

Our business is in the field of unmanned self-service vending machine retail. We use tap to pay for a buy now, pay later approach, utilizing pre-authorization followed by deduction. Currently, we are facing a situation where a consumer was pre-authorized for $5, but the actual consumption was $10. The incremental pre-authorization failed, resulting in a loss of $5. Are there any ways to avoid this, apart from increasing the pre-authorization amount by $5? Is there any other method to determine if a credit card supports incremental pre-authorization?

Additionally, in another scenario, after settlement, we want to charge the consumer again. How can this be achieved?

slim musk
#

Or you can authorize a higher amount and only capture the necessary amount?

meager pelican
#

If the authorized amount is too high, consumers will resist.

#

What technical means can be used to solve this problem?

slim musk
#

There's no way to prevent insufficient_balance card decline. You'll want to communicate clearly to your customer that $x is the maximum amount that your service will charge, and you'll refund the appropriate amount later.

meager pelican
#

i have already config the CardPresentParameters must setRequestIncrementalAuthorizationSupport but Still unable to operate incremental pre-authorization

slim musk
#

Did you encounter any error?

meager pelican
#

My understanding was that after setting this parameter, all the bank cards I receive would allow incremental pre-authorization operations, but in reality, that is not the case.

slim musk
#

Do you have a paymentIntent that I can take a look at?

meager pelican
#

Wait a moment, let me find it.

#

pi_3QuB1XQ8hNqD3Nyg2ufbpDoY

slim musk
#

The transaction_not_allowed decline code indicates that The card was declined for an unknown reason. The customer needs to contact their card issuer for more information.

meager pelican
#

ok

#

Therefore, how can I safeguard the rights and interests of our merchants in this situation?

slim musk
meager pelican
#

i have hold the payment method

#

but it will be expired

#

it's Manusl CaptureMethod

slim musk
meager pelican
#

You can contact support if you’re unsure about the eligibility of your merchant business category. If you’re a Connect user, set the merchant category code for your connected accounts to match their businesses.

Does our account support it?

#

We are in connect mode.

#

How can our sub-merchants confirm whether Extended authorizations are supported

slim musk