Stuzza
This page provides an overview of the payments methods provided by the Stuzza adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Stuzza within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
Payment Methods
Payment Method | Transaction Flows | Transaction Types |
---|---|---|
EPS | Redirect | Debit only |
Additional parameters
Extra Data | Required | Description |
---|---|---|
bank_bic | false | BIC to identify the bank to use for the transaction |
If no bank_bic is given, the user will be redirected to the Stuzza bank selection page.
You can use your own bank selection page by using the bank_bic value. To do this
you can retrieve the bank list via the Options request identifier epsBankList
.
You can display this list to your customer in order to pre-select the desired bank.
The result contains a list of banks available for EPS, with BIC code as key and
bank name as value. The BIC code of the chosen bank should then be passed via
extra data value bank_bic
.
You can find more information about the options request here: Options Request