#crkdtloh_docs
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/1433728098951626823
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
Custom payment methods allow you to add a payment method to the PaymentElement, while controlling how to collect the funds from that PM
these payments will be processed outside of Stripe
since TnG is not yet supported by Stripe you can use CPM to add that payment method to your existing integration with Stripe in the PaymentElement and integrate directly with TnG
hello, thanks for the answer. The site is currently not using payment element from my understanding of payment element since it doesn't use the UI from https://docs.stripe.com/payments/payment-element
It uses the standard pick the payment option, enter details then checkout (ie selects card, enter card num and checkout using stripe).
How would the implementation / testing differ if it's like this? I already have a working checkout using stripe card option.
It uses the standard pick the payment option, enter details then checkout (ie selects card, enter card num and checkout using stripe).
do you mean Checkout Sessions?
would you mind sharing a link or a screen recording so I could see what's already implemented?
Im not sure if i can do that but heres what i mean
In our checkout page, user can just input their details then our backend will create the intent/charge accordingly
so you're using your own Inputs?
the input is using npm package https://www.npmjs.com/package/vue-stripe-elements-plus
so not really our official libraries
you need to reach out to that library's mantainer and ask whether they support custom payment methods
I see. By the way, if the business' stripe account is SG based, can it still accept MY payment methods from TnG or FPX?
๐ Hey, taking over here, just taking a look
FPX is only available to merchants based in Malaysia. As you're just using a custom payment method for TnG, there's no country restrictions
so, for TnG since it uses custom payment method, I would use other payment services that support TnG like iPay88/HitPay and only use Stripe to store the payment records?
Yes, that would be the main use case for custom payment methods
As for FPX, if the business wants to receive payments through FPX, they would need an additional Malaysia based Stripe account to activate and use it as another payment method?
Yes, it has to be a Malaysia based account
For storing the payment records with the custom payment method, you'll probablly need to use the Payment Records API: https://docs.stripe.com/payments/payment-records
ah ok, thank you. Will ask any follow questions if any.
Can SG merchants receive payments using MYR currency? Or does it also need to be Malaysia based account
Yes, they can process charges in MYR. Here's the complete list: https://docs.stripe.com/currencies?presentment-currency=SG#presentment-currencies