#orr_api
1 messages · Page 1 of 1 (latest)
👋 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/1223035652635889686
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there!
If you're following a specific guide, can you share it here?
I guess yes
need to delete “payment_method_tipes”
Are you trying to enable/disable Payment Methods via the Stripe Dashboard?
I’m trying to make it dynamic - for it to be governed by dashboard
My final aim: make AliPay available … and other wallets
For now: card, link, Apple Pay available
All other not…
Got it, okay. What's not working at the moment, what have you tried so far?
I'm on your home page. where should I click exactly to get to your payment page?
Are you working in stripe ?
Yes, I work at Stripe
Chose product and go to checkout
hi 👋
I'm stepping in as my colleague needs to go soon. GIve me a sec to catch up
Have you enabled AliPay on your Stripe Account?
In my dashboard : 14 active payment methods. At checkout - 2-3
Yes- it is active
And how are you integrating Stripe? Are you using the Payment Element? If so, are you rendering it with a client_secret or using our deferred intent flow?
Stripe module for WHMCS
Official
What is WHMCS?
ARe you writing the client-side code that is rendering your stripe UI?
And are you writing the code that creates the Payment Intents?
That isn't ours and not something we can help with here
It is written , now I’m trying to edit it , but can not find where
WHMCS appears to have their own support system in place
But since we don't own this code we can't give advice on how to modify it
Actually I have all that files, can you suggest how to write correct code for it?
I have vendor/stripe/stripe-php…
That doesn't really give me much to go on
And there I guess should be written correct code
I can help if you are following something like this: https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements
But I cannot advise on someone else's intepretation of how to integrate Stripe
However, I can tell you how this system in creating your Payment Intents
Some tips can help
For instance, you can see in this request: https://dashboard.stripe.com/logs/req_ChV6XQPQWCT9Rr.
The system is setting payment_method_types to card
That prevents you from using automatic payment methods
Can you open that Dashboard link and let me know if you can see the parameters being passed in?
I’ve tried with that - but I can not make it automatic finally… so each payment should be manually processed - it is impossible 🙂
I'm sorry but that sentence does not make sense.
Can you clarify what exactly you tried?
Yea
I am looking at the requests to create Payment Intents on your account. All the ones I've seen so far are being made by the WHMCS code. You would need to be ready to build this yourself.
Yes, I can edit all by sftp
I would not attempt to edit their code
Trying to understand what I need to provide
You should start from scratch if you want to be successful
Yes:) I understand that… backup, located prepared- attempted …
Best practice - to find a developer … but I afraid to give access to …
You asking what I tried: actually I spent 2 days trying to find php or js - with needed code to delete it… but got no success
And I’m sorry for disturbing 😦
Given that you are not familiar with writing this code yourself I would recommend reaching out to WHMCS support to see if they can adjust the code for you
Their site has a support section
Yes
Also, from looking at their payments page, they appear to be using Split Card Elements. These do not support dynamic payment methods
That would require an entirely different set of UI products to render
That is what I already realised also… I suppose thay have updated module already - maybe
I recommend contacting them with your concerns.
Happy to shed what 💡 I can 🙂
Tips are badly needed:) thank you!
You were look in at their page through my code?
The payment UI my colleague found
Ah, so there is no way that they have updated …
Just don’t want to waste time…
It is easier to find separate module for Alipay
I guess
I can not “live” without automatisation 🙂
Unfortunately that is entirely up to how the engineers at WHCMS built their modules. I cannot offer advice on that topic.
That suports dynamic payments - for me to ask correct?
Based on the elements I was able to see, they are not currently using elements that support dynamic payments