-
Hi Team, We have a customization to make payments with 3rd party financing options (card not present scenario), we have used custom flow to capture the payment on POS and are implementing IOperationRequestHandlerAsync. The system initiates the payment from a custom payment screen. As per our analysis, CheckForRecoveredPaymentTransactionClientRequest is executed from POS to check for any recovered payments on device and shows the below dialogue to the user if any payments are found: We do not see any extension point for the above request and are unable to invoke it from custom flow. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @YoshaPor - I confirmed that there are no extension points for that request, and that it is not exposed through Commerce SDK as a consumable request. From your description, it sounds like what you want is to be able to make your own call to that request and get the response in your custom flow, is that correct? If so, you will need to file an extensibility request to make this request consumable for extensions: |
Beta Was this translation helpful? Give feedback.
Hi @YoshaPor - I confirmed that there are no extension points for that request, and that it is not exposed through Commerce SDK as a consumable request.
From your description, it sounds like what you want is to be able to make your own call to that request and get the response in your custom flow, is that correct? If so, you will need to file an extensibility request to make this request consumable for extensions:
Extensibility requests - Finance & Operations | Dynamics 365 | Microsoft Learn