...
| Property | Data type | Required | Default | Description |
|---|---|---|---|---|
apiBaseUrl | String | x | Basis URL für den SaferPay REST-Service | |
paymentCurrencyValue | String | Wert kann in Formular/Workflow überschrieben werden | Währung für Bezahlung | |
userId | String | x | Username Postfinance API | |
apiKey | String | x | Passwort Postfinance API | |
spaceId | String | x | Customer-ID Postfinance API | |
paymentMethods | Liste | x | Payment methods SaferPay API | |
dialogWidth | int | Grösse des Dialogs | ||
transactionCompletionBehaviour | Enum (String) | COMPLETE_DEFERRED [COMPLETE_IMMEDIATELY, COMPLETE_DEFERRED, USE_CONFIGURATION] | ||
clientCallbackSuccess | String | x | Callback URL for Client-Confirmation (iFrame) | |
clientCallbackFail | String | x | Callback URL for Client-Error (iFrame) | |
serverCallback | String | x | Callback URL for Server-Confirmation (REST) | |
instantBatchClose | Boolean | false | Batch Closing after each Transaktion (instead of daily Closing) |
...