tomgerber
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Stripe Payment Plugin for WooCommerce] Payments fail on occasionAnother
POST /v1/customers
200 OK
Time
7/24/24, 8:08:05 PM
IP address
34.168.28.232
API version
2024-06-20
Application
WooCommerce Inc.
Source
WooCommerce Stripe Gateway/8.5.1 (https://woocommerce.com/products/stripe/)
Related
customer?—?cus_QXMl2DcTsQO23z
Idempotency
Key — fc8a95bc-db2d-40de-b807-cf3124bbfef0
Request POST body
{
"description": "Name: Deanna Boling, Guest",
"address": {
"country": "US",
"line1": "3005 High Vista Walk ",
"state": "GA",
"postal_code": "30189",
"city": "Woodstock ",
"line2": ""
},
"email": "[email protected]",
"preferred_locales": {
"0": "en-US"
},
"name": "Deanna Boling"
}
Request query parameters
No query parameters
Response body
{
"id": "cus_QXMl2DcTsQO23z",
"object": "customer",
"address": {
"city": "Woodstock ",
"country": "US",
"line1": "3005 High Vista Walk ",
"line2": "",
"postal_code": "30189",
"state": "GA"
},
"balance": 0,
"created": 1721876885,
"currency": null,
"default_source": null,
"delinquent": false,
"description": "Name: Deanna Boling, Guest",
"discount": null,
"email": "[email protected]",
"invoice_prefix": "74DC0A6B",
"invoice_settings": {
"custom_fields": null,
"default_payment_method": null,
"footer": null,
"rendering_options": null
},
"livemode": true,
"metadata": {
},
"name": "Deanna Boling",
"next_invoice_sequence": 1,
"phone": null,
"preferred_locales": [
"en-US"
],
"shipping": null,
"tax_exempt": "none",
"test_clock": null
}Forum: Plugins
In reply to: [Stripe Payment Plugin for WooCommerce] Payments fail on occasionHere is one of the failures. All payments are cc. Only occasionally failing.
POST /v1/customers
200 OK
Time
7/27/24, 11:35:52 AM
IP address
34.168.28.232
API version
2024-06-20
Application
WooCommerce Inc.
Source
WooCommerce Stripe Gateway/8.5.1 (https://woocommerce.com/products/stripe/)
Related
customer?—?cus_QYMB9Lkwa96PAr
Idempotency
Key — a1f80570-8eb8-4c0d-83ec-4a9e7ba825af
Request POST body
{
"description": "Name: kristen schultz, Guest",
"address": {
"country": "US",
"line1": "7342 bradbury cir",
"state": "FL",
"postal_code": "33545",
"city": "wesley chapel ",
"line2": ""
},
"email": "[email protected]",
"preferred_locales": {
"0": "en-US"
},
"name": "kristen schultz"
}
Request query parameters
No query parameters
Response body
{
"id": "cus_QYMB9Lkwa96PAr",
"object": "customer",
"address": {
"city": "wesley chapel ",
"country": "US",
"line1": "7342 bradbury cir",
"line2": "",
"postal_code": "33545",
"state": "FL"
},
"balance": 0,
"created": 1722105352,
"currency": null,
"default_source": null,
"delinquent": false,
"description": "Name: kristen schultz, Guest",
"discount": null,
"email": "[email protected]",
"invoice_prefix": "3564F09F",
"invoice_settings": {
"custom_fields": null,
"default_payment_method": null,
"footer": null,
"rendering_options": null
},
"livemode": true,
"metadata": {
},
"name": "kristen schultz",
"next_invoice_sequence": 1,
"phone": null,
"preferred_locales": [
"en-US"
],
"shipping": null,
"tax_exempt": "none",
"test_clock": null
}Forum: Themes and Templates
In reply to: [YITH Wonder] Wonder Blocks – how to uninstall?Thanks. I had just figured it out too.
Viewing 3 replies - 1 through 3 (of 3 total)