Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.17 KB

File metadata and controls

13 lines (10 loc) · 1.17 KB

NextAction

Properties

Name Type Description Notes
RedirectToUrl string The URL to which the customer needs to be redirected for completing the payment. [optional] [default to null]
DisplayQrCode string The QR code data to be displayed to the customer. [optional] [default to null]
InvokePaymentApp *interface{} Contains the data for invoking the sdk client for completing the payment. [optional] [default to null]
InvokeSdkClient *interface{} Contains the data for invoking the sdk client for completing the payment. [optional] [default to null]
TriggerApi *interface{} Provides the instructions on the next API to be triggered to complete the payment. This is applicable in cases wherein the merchant has to display a UI to the user for collecting information such as OTP, 2factor authentication details. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]