Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.91 KB

StandingOrderDetails.md

File metadata and controls

21 lines (18 loc) · 2.91 KB

# StandingOrderDetails

Properties

Name Type Description Notes
amount \OpenAPIWebForm\Client\Model\Amount
purpose string The purpose of the transfer transaction [optional]
sepa_purpose_code string SEPA purpose code, according to ISO 20022, external codes set.<br/>Please note that the SEPA purpose code may be ignored by some banks. [optional]
end_to_end_id string End-To-End ID for the transfer transaction. [optional]
recipient \OpenAPIWebForm\Client\Model\Recipient
sender \OpenAPIWebForm\Client\Model\Sender [optional]
start_date \DateTime Date when the 1st of the standing orders should be executed, in the format <code>YYYY-MM-DD</code>. The date may not be in the past.
end_date \DateTime Date by when the last standing order in the request should be executed, in the format <code>YYYY-MM-DD</code>. If is not provided, it is an infinite standing order. This date must be after the start date. [optional]
frequency string The frequency of the recurring payment resulting from the standing order.
profile_id string The profile to be applied to the web form.<br/>This will overwrite the default profile, if such a profile exists. [optional]
redirect_url string The URL where the end-user will be redirected to after completing the bank login and (possibly) the SCA on the bank's website. Must always be provided by mandators with <code>FULLY_LICENSED</code> or <code>PISP</code> license type, and may not be provided by mandators with other license types. Find more info in the <a target='_blank' href='https://documentation.finapi.io/webform/Licensed-customers-using-the-Web-Form.2832302195.html&#39;&gt;Web Form 2.0 Public Documentation</a>.<br/><br/><strong>NOTE:</strong> Please note that this URL is used during the bank authentication flow. If you would like to provide a URL to which the end user will get redirected at the <strong>end of the web form flow</strong>, please check out the <a href='https://documentation.finapi.io/webform/For-best-results!.2477654019.html#Forbestresults!-Enhanceend-userexperience!&#39; target='_blank'>Web Form 2.0 Public Documentation</a>. [optional]
callbacks \OpenAPIWebForm\Client\Model\Callbacks [optional]
allow_test_bank bool Whether the bank search will include the test banks in the search results. When set to false, all test banks will be excluded from the bank search results. [optional] [default to true]

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