question

ryanm avatar image
ryanm asked ryanm answered

Custom tender with string external client transaction_id

Intents.EXTRA_CLIENT_ID only accepts an integer as the external payment ID, but my system uses a guid string as the transaction ID. Is there a flag I can send the transaction ID string back with where I can retrieve it in case of a refund?
Edit: It turns out Intents.EXTRA_CLIENT_ID does take a String, but Sale crashes if you send a string with a lot of characters like a GUID. Is there any way to transfer a larger String?
Custom Tenders
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ commented ·

If an app is crashing, we need the stack trace and the logcat to provide feedback.

0 Likes 0 ·

1 Answer

ryanm avatar image
ryanm answered
If I take the hyphens out it goes under 32 characters and works.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community