Wrong order amount in Stripe Dashboard
-
Looks promising to enable our Dutch customers an easier checkout! We are using Stripe and we are based in Sweden. I’m trying to integrate this into our test environment, but the order amount in the Stripe Dashboard is not matching the Woocommerce order. It is 1% of the actual order value. Am I missing something with how iDeal works or what could be wrong here? I’m using Stripe in test mode.
Thanks!
Posting some info about the transaction.
Stripe Dashboard
€0.37 Payment for #8939Request POST body
{ "amount": "37", "currency": "eur", "source": "src_1BPVVpG4WsJ92ZwWZwpF0MPy", "description": "Payment for #8939" }
{ "id": "py_1BPVWUG4WsJ92ZwWgXA9RNDl", "object": "charge", "amount": 37, "amount_refunded": 0, "application": null, "application_fee": null, "balance_transaction": "txn_1BPVWVG4WsJ92ZwWk7whmgcF", "captured": true, "created": 1511008454, "currency": "eur", "customer": null, "description": "Payment for #8939", "destination": null, "dispute": null, "failure_code": null, "failure_message": null, "fraud_details": { }, "invoice": null, "livemode": false, "metadata": { }, "on_behalf_of": null, "order": null, "outcome": { "network_status": "approved_by_network", "reason": null, "risk_level": "not_assessed", "seller_message": "Payment complete.", "type": "authorized" }, "paid": true, "receipt_email": null, "receipt_number": null, "refunded": false, "refunds": { "object": "list", "data": [ ], "has_more": false, "total_count": 0, "url": "/v1/charges/py_1BPVWUG4WsJ92ZwWgXA9RNDl/refunds" }, "review": null, "shipping": null, "source": { "id": "src_1BPVVpG4WsJ92ZwWZwpF0MPy", "object": "source", "amount": 37, "client_secret": "obscured", "created": 1511008454, "currency": "eur", "flow": "redirect", "livemode": false, "metadata": { "order_id": "8939", "woo-ideal-gateway": "1" }, "owner": { "address": { "city": "Amsterdam", "country": "NL", "line1": "Teststreet 1", "line2": "", "postal_code": "12345", "state": "" }, "email": "obscured", "name": null, "phone": null, "verified_address": null, "verified_email": null, "verified_name": "Jenny Rosen", "verified_phone": null }, "redirect": { "failure_reason": null, "return_url": "https://sandbox.elafela.se/store/checkout/order-received/8939?key=wc_order_5a10289c859be", "status": "succeeded", "url": "https://hooks.stripe.com/redirect/authenticate/src_1BPVVpG4WsJ92ZwWZwpF0MPy?client_secret=obscured" }, "statement_descriptor": "Payment for #8939", "status": "consumed", "type": "ideal", "usage": "single_use", "ideal": { "bank": "ing", "bic": "INGBNL2A", "iban_last4": "4567", "statement_descriptor": null } }, "source_transfer": null, "statement_descriptor": null, "status": "succeeded", "transfer_group": null }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Wrong order amount in Stripe Dashboard’ is closed to new replies.