atomdevelopers786
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Klarna is not working in Live modeThey are still contacting klarna for this that’s the last reply I got from stripe
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Klarna is not working in Live mode@mrclayton Nope still no reply from them
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Klarna is not working in Live modeYes the klarna payment option still not working I’ve tested few times
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Klarna is not working in Live modeStill waiting for their confirmation, while the issue is still the same
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Klarna is not working in Live modeThis is the error at the google dev console after selecting klarna and checking out
{ "error": { "message": "Unrecognized request URL (GET: /v1/payment_intents/pi_3KpBjxGbar4WWarw1Dc5hmAg/confirm). Please see https://stripe.com/docs or we can help at https://support.stripe.com/.", "type": "invalid_request_error" } }Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Klarna is not working in Live modeNope I am not redirected to any other page and there is a notification appears at bottom of page unknown error
[ Please do not bump. ]- This reply was modified 3 years, 11 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Klarna is not working in Live mode{
“object”: {
“id”: “pi_3Koyj8Gbar4WWarw1xqxzQvY”,
“object”: “payment_intent”,
“amount”: 449997,
“amount_capturable”: 0,
“amount_details”: {
“tip”: {
“amount”: null
}
},
“amount_received”: 0,
“application”: “ca_Gp4vLOJiqHJLZGxakHW7JdbBlcgWK8Up”,
“application_fee_amount”: null,
“automatic_payment_methods”: null,
“canceled_at”: null,
“cancellation_reason”: null,
“capture_method”: “automatic”,
“charges”: {
“object”: “list”,
“data”: [
],
“has_more”: false,
“total_count”: 0,
“url”: “/v1/charges?payment_intent=pi_3Koyj8Gbar4WWarw1xqxzQvY”
},
“client_secret”: “pi_3Koyj8Gbar4WWarw1xqxzQvY_secret_EUgARQaXpT7DWExMEgAUeiq2X”,
“confirmation_method”: “automatic”,
“created”: 1650065938,
“currency”: “usd”,
“customer”: null,
“description”: “Order 11342 from Transcend”,
“invoice”: null,
“last_payment_error”: {
“code”: “payment_intent_payment_attempt_failed”,
“doc_url”: “https://stripe.com/docs/error-codes/payment-intent-payment-attempt-failed”,
“message”: “The payment failed.”,
“payment_method”: {
“id”: “pm_1Koyj9Gbar4WWarwhR2ObVPK”,
“object”: “payment_method”,
“billing_details”: {
“address”: {
“city”: “Silverthorne”,
“country”: “US”,
“line1”: “457 Blue River Pkwy”,
“line2”: null,
“postal_code”: “80498”,
“state”: “CO”
},
“email”: “test@gmail.com”,
“name”: “King Shah”,
“phone”: “+449703686699”
},
“created”: 1650065939,
“customer”: null,
“klarna”: {
},
“livemode”: true,
“metadata”: {
},
“type”: “klarna”
},
“type”: “invalid_request_error”
},
“livemode”: true,
“metadata”: {
“gateway_id”: “stripe_klarna”,
“order_id”: “11342”,
“user_id”: “0”,
“ip_address”: “39.37.186.72”,
“user_agent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36”,
“partner”: “PaymentPlugins”,
“created”: “1650065938”,
“product_1716”: “Personalized Virtual Reality Video x 3”
},
“next_action”: null,
“on_behalf_of”: null,
“payment_method”: null,
“payment_method_options”: {
“klarna”: {
“preferred_locale”: “en-US”
}
},
“payment_method_types”: [
“klarna”
],
“processing”: null,
“receipt_email”: null,
“review”: null,
“setup_future_usage”: null,
“shipping”: null,
“source”: null,
“statement_descriptor”: null,
“statement_descriptor_suffix”: null,
“status”: “requires_payment_method”,
“transfer_data”: null,
“transfer_group”: null
}
}