Title: exeterwebdesigns's Replies | WordPress.org

---

# exeterwebdesigns

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of Stripe for WooCommerce] Unable to complete transaction](https://wordpress.org/support/topic/unable-to-complete-transaction-3/)
 *  Thread Starter [exeterwebdesigns](https://wordpress.org/support/users/exeterwebdesigns/)
 * (@exeterwebdesigns)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/unable-to-complete-transaction-3/#post-16131644)
 * Hello and thank you so much for getting back to me.
 * [Here is a YouTube upload](https://youtu.be/AIXowZqYsh4) of the issue.
 * The Stripe log for this transaction is as follows:
 * >     ```
   >     POST /v1/payment_methods
   >     Status
   >     200 OK
   >     ID
   >     req_ZyGFMPTPhAZ7S7
   >     Time
   >     10/25/22, 9:32:48 AM
   >     IP address
   >     5.66.84.61
   >     API version
   >     2020-08-27
   >     Source
   >     Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36
   >     Idempotency
   >     Key — 82c9fce5-3628-4990-b142-a497f0edb434
   > 
   >     Origin
   >     https://js.stripe.com/
   >     Response body
   >     {
   >       "id": "pm_1LwjV6KgGDt04bK358Q0j8Ey",
   >       "object": "payment_method",
   >       "billing_details": {
   >         "address": {
   >           "city": "Dawlish",
   >           "country": "GB",
   >           "line1": "2 The Cottages, Hensford Road",
   >           "line2": null,
   >           "postal_code": "EX7 0QX",
   >           "state": null
   >         },
   >         "email": "richie.sikora@gmail.com",
   >         "name": "Richard Sikora",
   >         "phone": "+44 7875 521171"
   >       },
   >       "card": {
   >         "brand": "visa",
   >         "checks": {
   >           "address_line1_check": null,
   >           "address_postal_code_check": null,
   >           "cvc_check": null
   >         },
   >         "country": "GB",
   >         "exp_month": 7,
   >         "exp_year": 2027,
   >         "funding": "debit",
   >         "generated_from": null,
   >         "last4": "2179",
   >         "networks": {
   >           "available": [
   >             "visa"
   >           ],
   >           "preferred": null
   >         },
   >         "three_d_secure_usage": {
   >           "supported": true
   >         },
   >         "wallet": {
   >           "dynamic_last4": "2179",
   >           "google_pay": {
   >           },
   >           "type": "google_pay"
   >         }
   >       },
   >       "created": 1666690368,
   >       "customer": null,
   >       "livemode": true,
   >       "type": "card"
   >     }
   >     Request POST body
   >     {
   >       "billing_details": {
   >         "email": "richie.sikora@gmail.com",
   >         "phone": "+44 7875 521171"
   >       },
   >       "type": "card",
   >       "time_on_page": "22753",
   >       "key": "pk_live_*********************************************************************************************UNoArb",
   >       "payment_user_agent": "stripe.js/ce6ebe825; stripe-js-v3/ce6ebe825",
   >       "card": {
   >         "token": "tok_1LwjV6KgGDt04bK3GewT28dt"
   >       }
   >     }
   >     ```
   > 
 * >     ```
   >     POST /v1/tokens
   >     Status
   >     200 OK
   >     ID
   >     req_2Z5LRNTwHLiUDC
   >     Time
   >     10/25/22, 9:32:47 AM
   >     IP address
   >     209.85.198.116
   >     API version
   >     2015-02-18
   >     Application
   >     GOOGLE
   >     Source
   >     Stripe/v1 JavaBindings/Stripe.js/GooglePayDummyAPIVersion
   >     Idempotency
   >     Key — AH2EjtdXiUX-f_R8o4etWLS8M-B9_QtEX59TTr1di1luZkHlxtUgm4LYSoqzi3ayz6fB-yXIF_exKRCvfZpWGsvm6sfYVAF6vWS-KH5DT8WNQ6AaeHBKCC8IXzXAGnoZqFRQ_B206kav
   > 
   >     Response body
   >     {
   >       "id": "tok_1LwjV6KgGDt04bK3GewT28dt",
   >       "object": "token",
   >       "card": {
   >         "id": "card_1LwjV5KgGDt04bK32btgNroC",
   >         "object": "card",
   >         "address_city": "Dawlish",
   >         "address_country": "GB",
   >         "address_line1": "2 The Cottages, Hensford Road",
   >         "address_line1_check": "unchecked",
   >         "address_line2": null,
   >         "address_state": null,
   >         "address_zip": "EX7 0QX",
   >         "address_zip_check": "unchecked",
   >         "brand": "Visa",
   >         "country": "GB",
   >         "cvc_check": null,
   >         "dynamic_last4": "2179",
   >         "exp_month": 7,
   >         "exp_year": 2027,
   >         "funding": "debit",
   >         "last4": "2179",
   >         "metadata": {
   >         },
   >         "name": "Richard Sikora",
   >         "tokenization_method": "android_pay"
   >       },
   >       "client_ip": "209.85.198.116",
   >       "created": 1666690368,
   >       "livemode": true,
   >       "type": "card",
   >       "used": false
   >     }
   >     Request POST body
   >     {
   >       "card": {
   >         "last4": "2179",
   >         "exp_month": "7",
   >         "address_line1": "2 The Cottages, Hensford Road",
   >         "address_line1_check": "unchecked",
   >         "address_zip_check": "unchecked",
   >         "address_zip": "EX7 0QX",
   >         "address_city": "Dawlish",
   >         "name": "Richard Sikora",
   >         "tokenization_method": "android_pay",
   >         "number": "************2179",
   >         "address_country": "GB",
   >         "google_brand": "visa",
   >         "exp_year": "2027",
   >         "multi_use": "false",
   >         "proxy_reference": "AH2EjtdXiUX-f_R8o4etWLS8M-B9_QtEX59TTr1di1luZkHlxtUgm4LYSoqzi3ayz6fB-yXIF_exKRCvfZpWGsvm6sfYVAF6vWS-KH5DT8WNQ6AaeHBKCC8IXzXAGnoZqFRQ_B206kav"
   >       }
   >     }
   >     ```
   > 
 * Thanks again for your support and I look forward to your reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] `awaiting review…](https://wordpress.org/support/topic/awaiting-review/)
 *  Thread Starter [exeterwebdesigns](https://wordpress.org/support/users/exeterwebdesigns/)
 * (@exeterwebdesigns)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/awaiting-review/#post-16129881)
 * Thank you so much for your reply.
 * >  If it doesn’t help, please go to the MailPoet > Settings > Send With… tab 
   > and change the sending method temporarily to “Other” and then back to the “
   > MailPoet Sending Service”.
 * This is what sorted the issue for me.
 * Thanks again for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] `awaiting review…](https://wordpress.org/support/topic/awaiting-review/)
 *  Thread Starter [exeterwebdesigns](https://wordpress.org/support/users/exeterwebdesigns/)
 * (@exeterwebdesigns)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/awaiting-review/#post-16127870)
 * Is anyone able to please help? It’s been over a week that I have been waiting
   for this account to be authorised.

Viewing 3 replies - 1 through 3 (of 3 total)