<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>thread Issue with terminal payments after sending invoice to squure in Payments Troubleshooting</title>
    <link>https://community.squareup.com/t5/Payments-Troubleshooting/Issue-with-terminal-payments-after-sending-invoice-to-squure/m-p/810952#M54576</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;We are having an issue where if we have sent an invoice (order) to to square via the API, the terminal throws an error when we try to take a payment.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is some of the webhook data:&lt;BR /&gt;{&lt;BR /&gt;"merchant_id": "MLJBW6SCHHJVR",&lt;BR /&gt;"type": "payment.updated",&lt;BR /&gt;"event_id": "e0c10a09-01dd-329d-8d32-eb986f2b71db",&lt;BR /&gt;"created_at": "2025-09-17T10:46:14.789Z",&lt;BR /&gt;"data": {&lt;BR /&gt;"type": "payment",&lt;BR /&gt;"id": "rBMJt5wUP42LAUoGMQvL6XzfXtKZY",&lt;BR /&gt;"object": {&lt;BR /&gt;"payment": {&lt;BR /&gt;"amount_money": {&lt;BR /&gt;"amount": 108,&lt;BR /&gt;"currency": "GBP"&lt;BR /&gt;},&lt;BR /&gt;"application_details": {&lt;BR /&gt;"application_id": "sq0idp-tIBDfGjufC_BWePHQE9I7Q",&lt;BR /&gt;"square_product": "TERMINAL_API"&lt;BR /&gt;},&lt;BR /&gt;"approved_money": {&lt;BR /&gt;"amount": 108,&lt;BR /&gt;"currency": "GBP"&lt;BR /&gt;},&lt;BR /&gt;"capabilities": [&lt;BR /&gt;"EDIT_AMOUNT_UP",&lt;BR /&gt;"EDIT_AMOUNT_DOWN",&lt;BR /&gt;"EDIT_TIP_AMOUNT_UP",&lt;BR /&gt;"EDIT_TIP_AMOUNT_DOWN"&lt;BR /&gt;],&lt;BR /&gt;"card_details": {&lt;BR /&gt;"application_cryptogram": "2760de620099ca30",&lt;BR /&gt;"application_identifier": "A0000000041010",&lt;BR /&gt;"application_name": "Debit Mastercard",&lt;BR /&gt;"auth_result_code": "Se265R",&lt;BR /&gt;"avs_status": "AVS_NOT_CHECKED",&lt;BR /&gt;"card": {&lt;BR /&gt;"bin": "535744",&lt;BR /&gt;"card_brand": "MASTERCARD",&lt;BR /&gt;"card_type": "DEBIT",&lt;BR /&gt;"exp_month": 1,&lt;BR /&gt;"exp_year": 2026,&lt;BR /&gt;"fingerprint": "sq-1-LtKe-F41QzSP36Di-Ra3f0A61RZtEPsvjBX2Md2XaZmW8UanptkqlpDi-XrZ-hdSXQ",&lt;BR /&gt;"last_4": "7402",&lt;BR /&gt;"payment_account_reference": "5001DAT1UB4ONI69KQ916IFM215IS",&lt;BR /&gt;"prepaid_type": "NOT_PREPAID"&lt;BR /&gt;},&lt;BR /&gt;"card_payment_timeline": {&lt;BR /&gt;"authorized_at": "2025-09-17T10:46:13.710Z",&lt;BR /&gt;"voided_at": "2025-09-17T10:46:14.780Z"&lt;BR /&gt;},&lt;BR /&gt;"cvv_status": "CVV_NOT_CHECKED",&lt;BR /&gt;"device_details": {&lt;BR /&gt;"device_id": "429CS145B9001160",&lt;BR /&gt;"device_installation_id": "39102359-d394-4556-9948-eb18ed47d4c8",&lt;BR /&gt;"device_name": "Square Terminal 1160"&lt;BR /&gt;},&lt;BR /&gt;"emv_details": {&lt;BR /&gt;"authorization_response_code": "3030"&lt;BR /&gt;},&lt;BR /&gt;"entry_method": "CONTACTLESS",&lt;BR /&gt;"statement_description": "SQ *BIKEBOOK",&lt;BR /&gt;"status": "AUTHORIZED",&lt;BR /&gt;"verification_method": "NONE",&lt;BR /&gt;"verification_results": "SUCCESS"&lt;BR /&gt;},&lt;BR /&gt;"created_at": "2025-09-17T10:46:13.140Z",&lt;BR /&gt;"customer_id": "MSPA41M8SW10D38KQ92JZAT3RM",&lt;BR /&gt;"delay_action": "CANCEL",&lt;BR /&gt;"delay_duration": "PT36H",&lt;BR /&gt;"delayed_until": "2025-09-18T22:46:13.140Z",&lt;BR /&gt;"device_details": {&lt;BR /&gt;"device_id": "429CS145B9001160",&lt;BR /&gt;"device_installation_id": "39102359-d394-4556-9948-eb18ed47d4c8",&lt;BR /&gt;"device_name": "Square Terminal 1160"&lt;BR /&gt;},&lt;BR /&gt;"id": "rBMJt5wUP42LAUoGMQvL6XzfXtKZY",&lt;BR /&gt;"location_id": "LZGKASMWCKJFC",&lt;BR /&gt;"note": "Invoice #10 payment",&lt;BR /&gt;"order_id": "CWVgFXOVi7Z8YTOgg8CbsA68FjbZY",&lt;BR /&gt;"receipt_number": "rBMJ",&lt;BR /&gt;"reference_id": "#INV-10-63[Redacted]809104",&lt;BR /&gt;"source_type": "CARD",&lt;BR /&gt;"status": "APPROVED",&lt;BR /&gt;"terminal_checkout_id": "metqqaJZZNYqO",&lt;BR /&gt;"total_money": {&lt;BR /&gt;"amount": 108,&lt;BR /&gt;"currency": "GBP"&lt;BR /&gt;},&lt;BR /&gt;"updated_at": "2025-09-17T10:46:14.780Z",&lt;BR /&gt;"version": 2&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The device just shows the following after trying to take the payment with a card:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_1777.jpg" style="width: 749px;"&gt;&lt;img src="https://community.squareup.com/t5/image/serverpage/image-id/52851i9359B9404490F024/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_1777.jpg" alt="IMG_1777.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I can't seem to find any errors anywhere as it just seems to be on the device, it does however work fine if I don't try attach a order id to the checkout.&lt;BR /&gt;&lt;BR /&gt;I have a bunch more webhooks if you need, although you should be able to see the checkout ID in that one and see the rest.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
    <pubDate>Sun, 21 Sep 2025 12:16:43 GMT</pubDate>
    <dc:creator>samelson1</dc:creator>
    <dc:date>2025-09-21T12:16:43Z</dc:date>
    <item>
      <title>Issue with terminal payments after sending invoice to squure</title>
      <link>https://community.squareup.com/t5/Payments-Troubleshooting/Issue-with-terminal-payments-after-sending-invoice-to-squure/m-p/810952#M54576</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;We are having an issue where if we have sent an invoice (order) to to square via the API, the terminal throws an error when we try to take a payment.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is some of the webhook data:&lt;BR /&gt;{&lt;BR /&gt;"merchant_id": "MLJBW6SCHHJVR",&lt;BR /&gt;"type": "payment.updated",&lt;BR /&gt;"event_id": "e0c10a09-01dd-329d-8d32-eb986f2b71db",&lt;BR /&gt;"created_at": "2025-09-17T10:46:14.789Z",&lt;BR /&gt;"data": {&lt;BR /&gt;"type": "payment",&lt;BR /&gt;"id": "rBMJt5wUP42LAUoGMQvL6XzfXtKZY",&lt;BR /&gt;"object": {&lt;BR /&gt;"payment": {&lt;BR /&gt;"amount_money": {&lt;BR /&gt;"amount": 108,&lt;BR /&gt;"currency": "GBP"&lt;BR /&gt;},&lt;BR /&gt;"application_details": {&lt;BR /&gt;"application_id": "sq0idp-tIBDfGjufC_BWePHQE9I7Q",&lt;BR /&gt;"square_product": "TERMINAL_API"&lt;BR /&gt;},&lt;BR /&gt;"approved_money": {&lt;BR /&gt;"amount": 108,&lt;BR /&gt;"currency": "GBP"&lt;BR /&gt;},&lt;BR /&gt;"capabilities": [&lt;BR /&gt;"EDIT_AMOUNT_UP",&lt;BR /&gt;"EDIT_AMOUNT_DOWN",&lt;BR /&gt;"EDIT_TIP_AMOUNT_UP",&lt;BR /&gt;"EDIT_TIP_AMOUNT_DOWN"&lt;BR /&gt;],&lt;BR /&gt;"card_details": {&lt;BR /&gt;"application_cryptogram": "2760de620099ca30",&lt;BR /&gt;"application_identifier": "A0000000041010",&lt;BR /&gt;"application_name": "Debit Mastercard",&lt;BR /&gt;"auth_result_code": "Se265R",&lt;BR /&gt;"avs_status": "AVS_NOT_CHECKED",&lt;BR /&gt;"card": {&lt;BR /&gt;"bin": "535744",&lt;BR /&gt;"card_brand": "MASTERCARD",&lt;BR /&gt;"card_type": "DEBIT",&lt;BR /&gt;"exp_month": 1,&lt;BR /&gt;"exp_year": 2026,&lt;BR /&gt;"fingerprint": "sq-1-LtKe-F41QzSP36Di-Ra3f0A61RZtEPsvjBX2Md2XaZmW8UanptkqlpDi-XrZ-hdSXQ",&lt;BR /&gt;"last_4": "7402",&lt;BR /&gt;"payment_account_reference": "5001DAT1UB4ONI69KQ916IFM215IS",&lt;BR /&gt;"prepaid_type": "NOT_PREPAID"&lt;BR /&gt;},&lt;BR /&gt;"card_payment_timeline": {&lt;BR /&gt;"authorized_at": "2025-09-17T10:46:13.710Z",&lt;BR /&gt;"voided_at": "2025-09-17T10:46:14.780Z"&lt;BR /&gt;},&lt;BR /&gt;"cvv_status": "CVV_NOT_CHECKED",&lt;BR /&gt;"device_details": {&lt;BR /&gt;"device_id": "429CS145B9001160",&lt;BR /&gt;"device_installation_id": "39102359-d394-4556-9948-eb18ed47d4c8",&lt;BR /&gt;"device_name": "Square Terminal 1160"&lt;BR /&gt;},&lt;BR /&gt;"emv_details": {&lt;BR /&gt;"authorization_response_code": "3030"&lt;BR /&gt;},&lt;BR /&gt;"entry_method": "CONTACTLESS",&lt;BR /&gt;"statement_description": "SQ *BIKEBOOK",&lt;BR /&gt;"status": "AUTHORIZED",&lt;BR /&gt;"verification_method": "NONE",&lt;BR /&gt;"verification_results": "SUCCESS"&lt;BR /&gt;},&lt;BR /&gt;"created_at": "2025-09-17T10:46:13.140Z",&lt;BR /&gt;"customer_id": "MSPA41M8SW10D38KQ92JZAT3RM",&lt;BR /&gt;"delay_action": "CANCEL",&lt;BR /&gt;"delay_duration": "PT36H",&lt;BR /&gt;"delayed_until": "2025-09-18T22:46:13.140Z",&lt;BR /&gt;"device_details": {&lt;BR /&gt;"device_id": "429CS145B9001160",&lt;BR /&gt;"device_installation_id": "39102359-d394-4556-9948-eb18ed47d4c8",&lt;BR /&gt;"device_name": "Square Terminal 1160"&lt;BR /&gt;},&lt;BR /&gt;"id": "rBMJt5wUP42LAUoGMQvL6XzfXtKZY",&lt;BR /&gt;"location_id": "LZGKASMWCKJFC",&lt;BR /&gt;"note": "Invoice #10 payment",&lt;BR /&gt;"order_id": "CWVgFXOVi7Z8YTOgg8CbsA68FjbZY",&lt;BR /&gt;"receipt_number": "rBMJ",&lt;BR /&gt;"reference_id": "#INV-10-63[Redacted]809104",&lt;BR /&gt;"source_type": "CARD",&lt;BR /&gt;"status": "APPROVED",&lt;BR /&gt;"terminal_checkout_id": "metqqaJZZNYqO",&lt;BR /&gt;"total_money": {&lt;BR /&gt;"amount": 108,&lt;BR /&gt;"currency": "GBP"&lt;BR /&gt;},&lt;BR /&gt;"updated_at": "2025-09-17T10:46:14.780Z",&lt;BR /&gt;"version": 2&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The device just shows the following after trying to take the payment with a card:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_1777.jpg" style="width: 749px;"&gt;&lt;img src="https://community.squareup.com/t5/image/serverpage/image-id/52851i9359B9404490F024/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_1777.jpg" alt="IMG_1777.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I can't seem to find any errors anywhere as it just seems to be on the device, it does however work fine if I don't try attach a order id to the checkout.&lt;BR /&gt;&lt;BR /&gt;I have a bunch more webhooks if you need, although you should be able to see the checkout ID in that one and see the rest.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Sun, 21 Sep 2025 12:16:43 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Payments-Troubleshooting/Issue-with-terminal-payments-after-sending-invoice-to-squure/m-p/810952#M54576</guid>
      <dc:creator>samelson1</dc:creator>
      <dc:date>2025-09-21T12:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with terminal payments after sending invoice to squure</title>
      <link>https://community.squareup.com/t5/Payments-Troubleshooting/Issue-with-terminal-payments-after-sending-invoice-to-squure/m-p/811182#M54577</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/716245"&gt;@samelson1&lt;/a&gt;&amp;nbsp;- I see this is your first post in the Square Community so I'd like to officially welcome you! &lt;span class="lia-unicode-emoji" title=":party_popper:"&gt;🎉&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt; My name is Violet and I'm one of the Square Community Moderators.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you haven't already, please reach out to our API Support Team directly via our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.squareup.com/forums/" target="_self" rel="noopener noreferrer"&gt;Developer Forum,&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;where their team can assist with any API-related inquiries. You may also find&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.squareup.com/us/en" target="_self" rel="noopener noreferrer"&gt;this resource helpful&lt;/A&gt;&lt;SPAN&gt;. You can also find payment troubleshooting steps for the Square Terminal &lt;A href="https://squareup.com/help/gb/en/article/8351-troubleshoot-payment-errors-on-square-terminal" target="_self"&gt;here&lt;/A&gt; in our Support Center.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 22:00:57 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Payments-Troubleshooting/Issue-with-terminal-payments-after-sending-invoice-to-squure/m-p/811182#M54577</guid>
      <dc:creator>_Violet</dc:creator>
      <dc:date>2025-09-17T22:00:57Z</dc:date>
    </item>
  </channel>
</rss>

