Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.11 KB

SubmitPaymentParams.md

File metadata and controls

13 lines (10 loc) · 1.11 KB

# SubmitPaymentParams

Properties

Name Type Description Notes
payment_id int Payment identifier
banking_interface \OpenAPI\Client\Model\BankingInterface
login_credentials \OpenAPI\Client\Model\LoginCredential[] Login credentials. May not be required when the credentials are stored in finAPI, or when the bank interface has no login credentials.<br/> <strong>Type:</strong> LoginCredential [optional]
redirect_url string Must only be passed when the used interface has the property REDIRECT_APPROACH. The user will be redirected to the given URL from the bank's website after completing the bank login and (possibly) the SCA. [optional]
multi_step_authentication \OpenAPI\Client\Model\ConnectInterfaceParamsMultiStepAuthentication [optional]

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