Last edited by split63; 22 Jan 2025 at 11:07 AM.
post again
following codes are for Amazonpay.
create.php line 34-36 and 42-44
from
toPHP Code:
'automatic_payment_methods' => [
'enabled' => true,
],
PHP Code:
'payment_method_types' => ['card', 'amazon_pay'],
Last edited by Gozzandes; 22 Jan 2025 at 11:20 AM.
Yes, please take your time. I noticed that on the last change, only Amazon now shows up as an payment option other than Credit Cards
Gozzandes,
For clarity, I want you to know that we are still able to receive successful payments via Amazon Pay, Cash App, and others. Issues only seem to occur when they are on the 3rd checkout page and decide to update something about the order.
We don't see this with Credit Card orders.
Can you request the log data to the Stripe support?
They have all your transaction log data.
Stripe support
Here is the Confirm log for the 1st transaction:
Code:OST/v1/payment_intents/pi_3QjOvoGCPflMGg4a /confirm Request ID HTTP status code 200 Time Jan 20, 2025, 9:39:36 AM IP address 181.197.42.233 API version 2024-11-20.acacia Default Origin https://js.stripe.com/ Idempotency key 8669f2fe-6bc9-4cd7-b098xxxxxxxxxxxx User agent Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1 API key Response body { "id": ,"object": "payment_intent","amount": 11130, "amount_details": { "tip": {}, }, "automatic_payment_methods": { "allow_redirects": "always","enabled": true, },"canceled_at": null,"cancellation_reason": null,"capture_method": "automatic_async","client_secret": "pi_3Q**********************_******_*********************bURO","confirmation_method": "automatic","created": 1737394716,"currency": "usd","description": null,"last_payment_error": null,"livemode": true, "next_action": { "redirect_to_url": { "return_url": "https://mysite.com/ZC/index.php?main_page=checkout_confirmation","url": "https://pm-redirects.stripe.com/authorize/acct_1QVctOGCPflM/pa_nonce_RceFloowK3BiBMR6JqjPzTJK ", },"type": "redirect_to_url", },"payment_method": , "payment_method_configuration_details": { "id": ,"parent": null, }, "payment_method_types": [ "card","link","cashapp","amazon_pay", ],"processing": null,"receipt_email": null,"setup_future_usage": null,"shipping": null,"source": null,"status": "requires_action", } Request POST body { "client_secret": "************************************************************","expected_payment_method_type": "amazon_pay","key": "pk_live_*********************************************************************************************A5jjC3", "mandate_data": { "customer_acceptance": { "online": { "infer_from_client": "true", },"type": "online", }, }, "payment_method_data": {… 8 items}, "radar_options": { "hcaptcha_token": "P1_eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwY.lNnZUOWtETDdGYVBMZElpcTVYT012LzdRV0ZaQmxBdmQwdnNzREpJY2xpcmszZ...WjhDb2M5Nmt0YnlGYXl3aDVEOGl2aGdFTnpFRFF1K0NZOFFWWHYzR1FWL3Q4Y09hL3B6RHRlUlFJTjFsS0tYUHkrRERaUjZyQy91d3o4aTFBYVp2M083VGlCRUxYbVUxb0xHZWRRTk1BemZHU2lqY3hSTEZ2VUNaM1hTa282a2xoSW1DR2FtQ2Y0RiJ9.maZ__KerJ0R2zIj_WxicBu-foO66iWISHRoQQpWdRr8", },"return_url": "https://mysite.com/ZC/index.php?main_page=checkout_confirmation", }
Here is the intent log entry 1st transaction
Code:POST/v1/payment_intents Request ID HTTP status code 200 Time Jan 20, 2025, 9:38:36 AM IP address 89.117.9.xxx API version 2024-11-20.acacia Default Idempotency key a2a726bc-7c30-4cd5-955c-6bec392d30ee User agent Stripe/v1 PhpBindings/10.0.0 API key Response body { "id": ,"object": "payment_intent","amount": 11130,"amount_capturable": 0, "amount_details": { "tip": {}, },"amount_received": 0,"application": null,"application_fee_amount": null, "automatic_payment_methods": { "allow_redirects": "always","enabled": true, },"canceled_at": null,"cancellation_reason": null,"capture_method": "automatic_async","client_secret": "pi_3Q**********************_******_*********************bURO","confirmation_method": "automatic","created": 1737394716,"currency": "usd","customer": ,"description": null,"invoice": null,"last_payment_error": null,"latest_charge": null,"livemode": true,"metadata": {},"next_action": null,"on_behalf_of": null,"payment_method": null, "payment_method_configuration_details": { "id": ,"parent": null, }, "payment_method_options": { "amazon_pay": { "express_checkout_element_session_id": null, }, "card": { "installments": null,"mandate_options": null,"network": null,"request_three_d_secure": "automatic", },"cashapp": {}, "link": { "persistent_token": null, }, }, "payment_method_types": [ "card","link","cashapp","amazon_pay", ],"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, } Request POST body { "amount": "11130", "automatic_payment_methods": { "enabled": "true", },"currency": "USD",
Bookmarks