get https://api.mybanx.io/v1/v/bankaccounts//bulkpayment/info
This call sends back information regarding the behaviour of the bank when speaking about bulk payments.
Below a sample answer from a bank connector meaning SEPA bulk are not supported and also SEPA INSTANT are not supported. Recipient's postal address is required.
{  
    "bankName": "Banque Populaire du Nord",  
    "countryId": "FR",  
    "connectorId": 1120,  
    "currencies": "EUR",  
    "sepaSupported": false,  
    "sepaInstantSupported": false,  
    "sepaSpecificPaymentDate": false,  
    "minimalAmount": 1,
    "recipientAddressRequired" : true
}