Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.24 KB

PaymentPayer.md

File metadata and controls

13 lines (10 loc) · 1.24 KB

# PaymentPayer

Properties

Name Type Description Notes
name string Name of the counterparty.<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.
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]
address string The postal address of the counterparty. This should be defined for direct debits created for debtors outside of the european union. [optional]
country \OpenAPIWebForm\Client\Model\CountryCode [optional]

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