Hello.
Can you please clarify how to create PaymentRequest
based on PaymentRequestCardDetails
received from ACTION_SECURE_CARD_DATA
?
I am trying to make payment which do only CardTransactionType.PREAUTHCAPTUE
. It seems for me there is no way to do this using standard ACTION_CLOVER_PAY
or ACTION_SECURE_PAY
. So I am trying to create Payment record manually.
I have found similar question here, but no one still have not answered.