Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.13 KB

OperationResult.md

File metadata and controls

13 lines (9 loc) · 1.13 KB

OperationResult

Properties

Name Type Description Notes
result_info string Descriptive information that complements the interaction advice.
interaction \Optile\Model\Interaction Interaction advice for the operation result.
redirect \Optile\Model\Redirect If present, merchant is advised to redirect customer to corresponding redirect URL. This will lead to either PSP web-site to complete initiated payment, or it will be pointing to one of the merchants callback URLs from `LIST` session. [optional]
provider_response \Optile\Model\ProviderParameters Provider response data given back by the target provider as a result of transaction action. This data should contain all needed information to continue customer's journey on the payment page in the scope of used network. [optional]

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