Title: iamdev's Replies | WordPress.org

---

# iamdev

  [  ](https://wordpress.org/support/users/iamdev/)

 *   [Profile](https://wordpress.org/support/users/iamdev/)
 *   [Topics Started](https://wordpress.org/support/users/iamdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/iamdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/iamdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/iamdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/iamdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/iamdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/iamdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/iamdev/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/iamdev/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] Order status doesn’t change from pending to complete](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/#post-17925823)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] Order status doesn’t change from pending to complete](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/#post-17925692)
 * Hmm, Thank you, yes one order which failed had 3DS and other didn’t it was stripe
   link
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] Order status doesn’t change from pending to complete](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/#post-17925673)
 * 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 1 year, 9 months ago by [iamdev](https://wordpress.org/support/users/iamdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] Order status doesn’t change from pending to complete](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/#post-17925599)
 * 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] Order status doesn’t change from pending to complete](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/order-status-doesnt-change-from-pending-to-complete/#post-17924999)
 * 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 patterns
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Issue exporting custom fields](https://wordpress.org/support/topic/issue-exporting-custom-fields/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/issue-exporting-custom-fields/#post-17811299)
 * Any Idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Issue exporting custom fields](https://wordpress.org/support/topic/issue-exporting-custom-fields/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/issue-exporting-custom-fields/#post-17809650)
 * If you see the code carefully, it store the field data as donor meta, so how 
   can I get this field to export.
 *     ```wp-block-code
       give_field( 'text', 'pan' )->showInReceipt()->minLength(2)->label( ( 'Your PAN card' )) ->maxLength(30) ->placeholder('Enter PAN card') ->storeAsDonorMeta() ->required()
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Issue exporting custom fields](https://wordpress.org/support/topic/issue-exporting-custom-fields/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/issue-exporting-custom-fields/#post-17796174)
 * It doesn’t show any custom field option? here is the screenshot
   [https://prnt.sc/A70VVFThU_rV](https://prnt.sc/A70VVFThU_rV)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] 2 stripe account on for klarna and one for other](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/#post-17443994)
 * Leave 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] 2 stripe account on for klarna and one for other](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/#post-17443729)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] 2 stripe account on for klarna and one for other](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/#post-17134144)
 * Any update on it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] 2 stripe account on for klarna and one for other](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/#post-17128860)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] 2 stripe account on for klarna and one for other](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/#post-17128763)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] 2 stripe account on for klarna and one for other](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/#post-17124806)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] 2 stripe account on for klarna and one for other](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/#post-17123461)
 * 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

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/iamdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/iamdev/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/iamdev/replies/page/2/?output_format=md)