iamdev
Forum Replies Created
-
Thank you, Is there any quick workaround because my client’s store is totally based on the woocommerce webhook so they check for the order status processing and automate things with it.
Hmm, Thank you, yes one order which failed had 3DS and other didn’t it was stripe link
First of all thank you for your reply and getting back quickly, what differences does it make from the regular and 3DS one, Is 3DS not support on your plugin?
On one order on the payment intent webhook charge. event or payment intent webhook event shows three_d_secure: null and other shows as automatic.- This reply was modified 7 months, 3 weeks ago by iamdev.
Yes, It is occuring for the card payments and link but it is not consistent it occur randomly for any order some payments works fines.
I am not sure whether it is for a 3DS payments?No, I am not really concerned about it, i just added the logger everywhere to know why the order status didn’t updated to processing although the payment shows as success on the stripe and these order were those which were affected.
We send payment invoices to the customer so that they can make payment for a product by landing to the order pay page but some of the order status doesn’t change although the payment shows as success on the stripe dashboard but on the woocommerce dashboard it still shows pending or also in same cases for those order if it had failed earlier and recovered later.
So in order to debug I added the logger for the webhook event handling function, keep in mind before adding the logger i checked for those order that it received the webhook event of payment success but the order status remains same which is pending.
I’m struggling to debug this because it only happens with some orders and appears to be quite random, making it difficult to identify any patternsAny Idea?
If you see the code carefully, it store the field data as donor meta, so how can I get this field to export.
give_field( 'text', 'pan' )
->showInReceipt()
->minLength(2)
->label( ( 'Your PAN card' )) ->maxLength(30) ->placeholder('Enter PAN card') ->storeAsDonorMeta() ->required()It doesn’t show any custom field option? here is the screenshot
https://prnt.sc/A70VVFThU_rVLeave the payment intent, Is there a way I can update the payment method based on certain condition so that if user make the payment for the first time then it works well but if the same user makes the payment later on and change his address then it should update the payment method.
Can you direct me to the direction to change the payment intent if the key is changed, do you have a filter which which we can attach to create a new paymentintent based on certain condition
Any update on it?
Yeah, entries are valid so if i deactivate the fluid checkout plugin it works and takes me to the Klarna hosted page for payment otherwise show error on the Klarna hosted page of the given name and family name error
Hi,
It seems like this is not working with a plugin called fluid checkout given name and family name error
There has been an error with your address
Please check the following fields: Given name, Family name
Hey, by the way I am getting this error on Klarna
There has been an error with your address
Please check the following fields: City, Given name, Postal code, Family name
As I cannot use klarna with my stripe account reason being not supported due to another currency and also your plugin will not show that is why i am here, however can you direct me to the direction to change the payment intent if the key is changed