transactionId format

When I make a payment , it returns me id of the transaction as a guid ex ‘e35ef3d0-3764-42de-bb7f-d1e7f3126bb4’
but in your settlement app id of transaction is different like ‘#c12157e5’, why so? how they are reflected one into another?

In the settlement app (as well as on poynt.net) we are showing the first sequence of the transaction UUID.

Dennis,
I just want to clarify once more:

I have made a transaction, and in settlement App it has id:
#7c1b5eba
poynt’s transaction id is ‘4a3b23ab-9eb2-4464-8c61-ec082def5b5e’
processorTransactionId: “ad0c4036-f1f7-e511-9b32-0050569228c2”

so could you please clarify which transaction UUID is used? maybe I have missed something,

Thank you
Sergey

Can you please post the screenshot where you see processorTransactionId?

It is after closing PaymentFragment

My apologizes Dennis, today it seems that transaction ids are correct and match to first sequence of the transaction UUID as you have written

I think it is resolved, sorry, maybe was my fault

Just to clarify.
“id” in that screenshot is how the transaction resource can be accessed using Poynt API. “transactionId” is the id returned by the processor/gateway. In this case, both Poynt and Creditcall (gateway) happen to use the same format for transaction ids - UUID. Another processor may use a simple number sequence.