Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.33 KB

PaymentWithAccountRecipient.md

File metadata and controls

13 lines (10 loc) · 1.33 KB

# PaymentWithAccountRecipient

Properties

Name Type Description Notes
name string Name of the counterparty. Must be provided for the SEPA transfers.<br/>Note that neither finAPI nor the involved bank are guaranteed to validate the counterparty name. Even if the name does not depict the actual registered account holder of the target account, the order might still be successful. [optional]
iban string A normalized (without spaces) IBAN of the counterparty's account<br/><strong>NOTE:</strong> Must belong to SEPA area.
bic string BIC of the counterparty's account.<br/>Only required for SEPA payments (i.e. payments in EUR currency), when there is no 'IBAN_ONLY'-capability in any of the interfaces connected to the account to be used when submitting the payment. [optional]
bank_name string Bank name of the counterparty's account.<br/>Note that neither finAPI nor the involved bank are guaranteed to validate the counterparty bank name. [optional]
address \OpenAPIWebForm\Client\Model\AddressData [optional]

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