question

aavci avatar image
aavci asked

How to define which tender to pay with in intent result

My main objective is to apply a payment with a pre-existing tender.


My understanding is that this needs to be set either through the tenderConnector or provided in the resulting intent? How can the tender to perform the payment with be defined in the result intent?

Intent resultIntent = new Intent();
resultIntent.putExtra(Intents.EXTRA_AMOUNT, amount);
resultIntent.putExtra(Intents.EXTRA_CLIENT_ID, userId);

// TODO select the specific tender 

resultIntent.putExtra(Intents.EXTRA_NOTE, "Example note");

setResult(RESULT_OK, resultIntent);

finish();
Clover Android SDKCustom TendersIntents
10 |2000

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

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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