<?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>topic Re: In-Person SDK for Android- how to get signature image? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58206#M32874</link>
    <description>&lt;P&gt;We are using Anywhere Commerce C2X, purchased from auth.net POS portal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a Samsung Galaxy Tab E. &amp;nbsp;It's a new tablet purchased around christmas time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem occurs in both sandbox and production (I have 2 C2X devices, one for each).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My developer in Vietnam has run the app in the debugger and claims that the response object contains no signature (value is blank or null). &amp;nbsp;He also added an alert to display the value and it shows blank. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get help to debug this? &amp;nbsp;Is there any way to escalate this issue and get live development support?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 16:37:10 GMT</pubDate>
    <dc:creator>krobson</dc:creator>
    <dc:date>2017-05-24T16:37:10Z</dc:date>
    <item>
      <title>In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58148#M32818</link>
      <description>&lt;P&gt;We are buildling a mobile checkout app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have everyting working now except can't seem to get the signature image back from the transaction response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need access to that image to add to our POS record of the transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We passed "true" to the startEMVTransaction call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EMVTransactionManager.startEMVTransaction(emvTransaction, emvTransactionListener, this, true);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But signature attribute in response continues&amp;nbsp;to be blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there a way to get the signature later through transaction API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 19:07:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58148#M32818</guid>
      <dc:creator>krobson</dc:creator>
      <dc:date>2017-05-19T19:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58163#M32833</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/11584"&gt;@krobson&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;The signature is currently provided via the merchant email receipt and is not stored at the gateway.&lt;BR /&gt;&lt;BR /&gt;You are welcome to post this as a new feature using our &lt;A href="http://community.developer.authorize.net/t5/Ideas/idb-p/ideas" target="_blank"&gt;Ideas forum&lt;/A&gt;. This will allow others to vote on and make suggestions to improve the request.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:22:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58163#M32833</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-05-22T15:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58164#M32834</link>
      <description>&lt;P&gt;Hi Richard -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SDK documentation tells that the signature image is available in the transaction response. &amp;nbsp;But we are not seeing it in the response. &amp;nbsp;is this a bug? &amp;nbsp;if so, how do we escalate it? &amp;nbsp;We need to get it from the SDK so we can store it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From SDK overview:&lt;/P&gt;&lt;P&gt;Step 4.&lt;SPAN&gt;The SDK returns "end of transaction" data to the POS application, including success/failure, authorization code, &lt;FONT color="#FF0000"&gt;signature image,&lt;/FONT&gt; and EMV tags.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/features/in-person.html&amp;nbsp;" target="_blank"&gt;http://developer.authorize.net/api/reference/features/in-person.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 16:46:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58164#M32834</guid>
      <dc:creator>krobson</dc:creator>
      <dc:date>2017-05-22T16:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58167#M32837</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/11584"&gt;@krobson&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The signature image should be returned in the transaction response from the SDK, but you cannot query for it later as it is not stored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this occuring in the sandbox or production. &amp;nbsp;Which mobile device are you using with the reader?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 17:04:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58167#M32837</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-05-22T17:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58206#M32874</link>
      <description>&lt;P&gt;We are using Anywhere Commerce C2X, purchased from auth.net POS portal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a Samsung Galaxy Tab E. &amp;nbsp;It's a new tablet purchased around christmas time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem occurs in both sandbox and production (I have 2 C2X devices, one for each).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My developer in Vietnam has run the app in the debugger and claims that the response object contains no signature (value is blank or null). &amp;nbsp;He also added an alert to display the value and it shows blank. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get help to debug this? &amp;nbsp;Is there any way to escalate this issue and get live development support?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 16:37:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58206#M32874</guid>
      <dc:creator>krobson</dc:creator>
      <dc:date>2017-05-24T16:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58207#M32875</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/11584"&gt;@krobson&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've made additional inquiries regarding your issue and am waiting for a response. &amp;nbsp;I would also suggest opening a case with customer support since you are experiencing this with your production account. &amp;nbsp;If you send me the case # via private, I can ensure it's routed properly to our mobile specialist.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 16:54:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58207#M32875</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-05-24T16:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58208#M32876</link>
      <description>&lt;P&gt;ok great. &amp;nbsp;I will do that. &amp;nbsp;thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 17:41:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58208#M32876</guid>
      <dc:creator>krobson</dc:creator>
      <dc:date>2017-05-24T17:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58209#M32877</link>
      <description>&lt;P&gt;e-ticket number is: &amp;nbsp;&lt;SPAN&gt;1-416320881&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I attached our source code to that e-ticket in case someone is able to spot the problem from that.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 18:14:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58209#M32877</guid>
      <dc:creator>krobson</dc:creator>
      <dc:date>2017-05-24T18:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58211#M32879</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/11584"&gt;@krobson&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, I've escalated your ticket to a specialist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 18:59:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58211#M32879</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-05-24T18:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58217#M32885</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/11584"&gt;@krobson&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try the updated SDK at&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/inperson-sdk-android/tree/QuickChip" target="_blank"&gt;https://github.com/AuthorizeNet/inperson-sdk-android/tree/QuickChip&lt;/A&gt; and let us know if this solves your issue. &amp;nbsp;If it does, we'll merge into the main branch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 01:37:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58217#M32885</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-05-25T01:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58246#M32911</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Richard - yes it worked! &amp;nbsp;We got a signature string back. &amp;nbsp;thank you. &amp;nbsp;Please do merge the fix into production version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to ask what format that string is in. &amp;nbsp;Base 64?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 20:11:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58246#M32911</guid>
      <dc:creator>krobson</dc:creator>
      <dc:date>2017-05-26T20:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58247#M32912</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Richard - yes it worked! &amp;nbsp;We got a signature string back. &amp;nbsp;thank you. &amp;nbsp;Please do merge the fix into production version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to ask what format that string is in. &amp;nbsp;Base 64?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Kurt&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 20:12:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58247#M32912</guid>
      <dc:creator>krobson</dc:creator>
      <dc:date>2017-05-26T20:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58250#M32915</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/11584"&gt;@krobson&lt;/a&gt;&amp;nbsp;&amp;nbsp;The image is base 64 encoded string.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 20:41:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58250#M32915</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-05-26T20:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58344#M33003</link>
      <description>&lt;P&gt;That fixed it! &amp;nbsp; thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2017 01:07:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/58344#M33003</guid>
      <dc:creator>krobson</dc:creator>
      <dc:date>2017-06-03T01:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/94030#M58150</link>
      <description>&lt;P&gt;To retrieve the signature image from the In-Person SDK on Android, make sure of the following: You're passing true for collectSignature in startEMVTransaction – which you're already doing. The transaction must require a signature. If it's not needed based on card type or amount, the SDK may skip signature capture. Ensure you're checking the EMVTransactionResponse.getSignature() method after the full transaction completes. If the signature is still blank: Double-check if the card network or terminal config is bypassing signature due to low-risk transaction. Also, some SDK versions only return the signature after batch settlement, not immediately. As for retrieving it later: Yes, some providers offer an API (via Transaction ID) to fetch transaction details, including the signature image if captured. You’ll need to check your payment processor’s transaction management API or portal for this feature. If you're still stuck, consider reaching out to the SDK provider with logs to confirm signature capture is supported for your flow.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 10:02:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/94030#M58150</guid>
      <dc:creator>danielcarter</dc:creator>
      <dc:date>2025-09-24T10:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: In-Person SDK for Android- how to get signature image?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/94070#M58168</link>
      <description>&lt;P&gt;&amp;nbsp;If the `signature` field in the EMV transaction response is blank, it usually means **signature capture wasn't triggered** or completed during the transaction. Try this: * Ensure the card type and transaction **require a signature** (some don’t under EMV rules). * Check if your device **supports signature capture** natively. * Confirm signature capture is **enabled in SDK/device settings**. You **cannot retrieve the signature later** via the transaction API if it wasn’t captured during the transaction. The image must be collected at the time of the transaction and saved locally or via callback. Double-check the EMVTransactionListener — the signature may be returned through a separate method like `onSignatureCaptured()` depending on SDK version.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Sep 2025 07:04:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/In-Person-SDK-for-Android-how-to-get-signature-image/m-p/94070#M58168</guid>
      <dc:creator>danielcarter</dc:creator>
      <dc:date>2025-09-27T07:04:07Z</dc:date>
    </item>
  </channel>
</rss>

