<?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 Re: Calling CreatePaymentRequest api but how can I see idempotency_key on the square dashboard or re in Archived Discussions (Read Only)</title>
    <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Calling-CreatePaymentRequest-api-but-how-can-I-see-idempotency/m-p/343409#M96732</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;idempotency_key can be found in the API logs for a particular application by clicking on the payment, then the Request tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To access the API dashboard login at&amp;nbsp;&lt;A href="https://developer.squareup.com/apps" target="_blank" rel="noopener"&gt;Square Developer Portal (squareup.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then click to open the application that you're using to make the API calls with. From there click on API Logs from the left navigation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="payments_api_log.PNG" style="width: 999px;"&gt;&lt;img src="https://community.squareup.com/t5/image/serverpage/image-id/19986i5CE9E1214810742F/image-size/large?v=v2&amp;amp;px=999" role="button" title="payments_api_log.PNG" alt="payments_api_log.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the&amp;nbsp;user-defined&amp;nbsp;&lt;SPAN&gt;reference_&lt;/SPAN&gt;&lt;SPAN&gt;id&amp;nbsp; and notes&amp;nbsp;parameters&amp;nbsp;&lt;/SPAN&gt;to associate information with the payment.&lt;/P&gt;&lt;P&gt;You can use these fields to associate the payment to an entity in an external system (for example, you might specify an order ID that is generated by a third-party shopping cart).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sun, 20 Feb 2022 16:45:22 GMT</pubDate>
    <dc:creator>Nexus_Software</dc:creator>
    <dc:date>2022-02-20T16:45:22Z</dc:date>
    <item>
      <title>Calling CreatePaymentRequest api but how can I see idempotency_key on the square dashboard or report</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Calling-CreatePaymentRequest-api-but-how-can-I-see-idempotency/m-p/334858#M96729</link>
      <description>&lt;P&gt;I am using Square API on my ecommerce website to create payments and pass unique idempotency_key while calling this api.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Once the payment is complete, I would like to check the idempotency_key on the square dashboard or reports or somewhere on the square.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) How can we pass the OrderId, Order descriptions and other information using this CreatePaymentRequest api and then how can I see what being passed. Does it get stored anywhere&lt;/P&gt;&lt;P&gt;3) How can I access API dashboard where it could show me whihc api was called and what parameters were passed and status etc. Like an API dashboard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 18:29:39 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Calling-CreatePaymentRequest-api-but-how-can-I-see-idempotency/m-p/334858#M96729</guid>
      <dc:creator>hairbookpro1</dc:creator>
      <dc:date>2022-01-20T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calling CreatePaymentRequest api but how can I see idempotency_key on the square dashboard or re</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Calling-CreatePaymentRequest-api-but-how-can-I-see-idempotency/m-p/335086#M96730</link>
      <description>&lt;P&gt;Seems no one knows the answer.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/86082"&gt;@Square&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 15:41:18 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Calling-CreatePaymentRequest-api-but-how-can-I-see-idempotency/m-p/335086#M96730</guid>
      <dc:creator>hairbookpro1</dc:creator>
      <dc:date>2022-01-21T15:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calling CreatePaymentRequest api but how can I see idempotency_key on the square dashboard or re</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Calling-CreatePaymentRequest-api-but-how-can-I-see-idempotency/m-p/335509#M96731</link>
      <description>&lt;P&gt;Re-phrasing to see if anyone can reply:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for replying. Appreciated&lt;/P&gt;&lt;P&gt;What I am looking for is:&lt;/P&gt;&lt;P&gt;1) I am already using the complete payment api. In that API, I am passing idempotency_key as one of the parameter. I would like to see the passed idempotency_key on the square dashboard or reports. Is that possible?&lt;/P&gt;&lt;P&gt;2) When calling the create payment api, I would like to pass few more parameters/fields related to our ecommerce website ( like customer number and order ID etc.). Is it possible to pass additional details when calling this api?&lt;/P&gt;&lt;P&gt;3) How can I access API dashboard where it could show me which api was called and what parameters were passed and status of the api call etc. Like an API dashboard&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jan 2022 20:35:44 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Calling-CreatePaymentRequest-api-but-how-can-I-see-idempotency/m-p/335509#M96731</guid>
      <dc:creator>hairbookpro1</dc:creator>
      <dc:date>2022-01-23T20:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calling CreatePaymentRequest api but how can I see idempotency_key on the square dashboard or re</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Calling-CreatePaymentRequest-api-but-how-can-I-see-idempotency/m-p/343409#M96732</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;idempotency_key can be found in the API logs for a particular application by clicking on the payment, then the Request tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To access the API dashboard login at&amp;nbsp;&lt;A href="https://developer.squareup.com/apps" target="_blank" rel="noopener"&gt;Square Developer Portal (squareup.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then click to open the application that you're using to make the API calls with. From there click on API Logs from the left navigation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="payments_api_log.PNG" style="width: 999px;"&gt;&lt;img src="https://community.squareup.com/t5/image/serverpage/image-id/19986i5CE9E1214810742F/image-size/large?v=v2&amp;amp;px=999" role="button" title="payments_api_log.PNG" alt="payments_api_log.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the&amp;nbsp;user-defined&amp;nbsp;&lt;SPAN&gt;reference_&lt;/SPAN&gt;&lt;SPAN&gt;id&amp;nbsp; and notes&amp;nbsp;parameters&amp;nbsp;&lt;/SPAN&gt;to associate information with the payment.&lt;/P&gt;&lt;P&gt;You can use these fields to associate the payment to an entity in an external system (for example, you might specify an order ID that is generated by a third-party shopping cart).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Feb 2022 16:45:22 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Calling-CreatePaymentRequest-api-but-how-can-I-see-idempotency/m-p/343409#M96732</guid>
      <dc:creator>Nexus_Software</dc:creator>
      <dc:date>2022-02-20T16:45:22Z</dc:date>
    </item>
  </channel>
</rss>

