#kratos_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1249995527718699089
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
What's WHMCS?
If you're using Stripe indirectly via WHMCS, you'll need to reach out to them for support.
It is a tool to sell services, licenses and for example webhosting
I did, but according to the documentation they already moved to payment intents, so i dont know where the issue lies
It seems you're still using Sources - src_xxx to create PaymentIntents, which won't work. You (or they, since I don't know how it's set up) need to convert Sources to Payment Methods pm_xxx.
Just to be sure, am i using the correct api keys? do i need to change them out for the payment intents?
did i follow the migrator tool correctly? i think that was supposed to automatically move sources to PI's correct?
the only step i didn't complete is:
because the payments still don't work
Same API keys, yes.
Yes, but you will also need to use pm_xxx instead of src_xxx
Hi I recreated the iban in the frontend (where the users also pay their invoices) and I think everything is correct now: pi_3PQPzJCjH33HHknz0lcmOkDE Can you confirm?
If this would be the fix, it would have low impact since it are only 9 users ๐
This should've been done automatically with the migrator tool. Where do you take the src_xxx from?
Maybe that was the last step that i didn't complete?
Where do you take the src_xxx from?
the src_XXX is stored in WHMCS as the gateway token
At this point you should reach out to them and ask to update src_ with newly generated pm_
Happy to help.