This shows you the differences between two versions of the page.
en:girocheckout:giropay:start [2019/06/19 18:43] michaelheumann |
en:girocheckout:giropay:start [2019/09/03 18:09] (current) michaelheumann |
||
---|---|---|---|
Line 76: | Line 76: | ||
==== Check bankstatus ==== | ==== Check bankstatus ==== | ||
+ | **This call should not be used anymore. All giropay transactions now use an external bank selection form!** | ||
+ | |||
This API call checks if a bank supports the giropay payment method or giropay-ID verification. Therefore the BIC of the buyer's account has to be submitted. The response shows if the bank provides giropay or giropay-ID. It is recommended to do this prior to an initial payment, to make sure that the buyer's bank supports giropay. | This API call checks if a bank supports the giropay payment method or giropay-ID verification. Therefore the BIC of the buyer's account has to be submitted. The response shows if the bank provides giropay or giropay-ID. It is recommended to do this prior to an initial payment, to make sure that the buyer's bank supports giropay. | ||
Line 87: | Line 89: | ||
|merchantId |yes |Integer |Merchant ID of a giropay, giropay-ID or giropay-ID + giropay project | | |merchantId |yes |Integer |Merchant ID of a giropay, giropay-ID or giropay-ID + giropay project | | ||
|projectId |yes |Integer |Project ID of a giropay, giropay-ID or giropay-ID + giropay project | | |projectId |yes |Integer |Project ID of a giropay, giropay-ID or giropay-ID + giropay project | | ||
- | |bic |yes |String(11)|the buyer's bank account BIC (8 or 11-digits), which schould be checked (determined by [[en:tools:bankstatus_widget|Bankstatus Widget]])| | + | |bic |yes |String(11)|the buyer's bank account BIC (8 or 11-digits), which schould be checked | |
|hash |yes |String(32)|HMAC MD5 hash over all API call params (see [[en:girocheckout:general:start#hash generation|hash generation]])| | |hash |yes |String(32)|HMAC MD5 hash over all API call params (see [[en:girocheckout:general:start#hash generation|hash generation]])| | ||
Line 115: | Line 117: | ||
==== giropay issuer bank request ==== | ==== giropay issuer bank request ==== | ||
+ | **This call should not be used anymore. All giropay transactions now use an external bank selection form!** | ||
+ | |||
Returns a list which contains all supported giropay issuer banks. The buyer has to choose his one. | Returns a list which contains all supported giropay issuer banks. The buyer has to choose his one. | ||
Line 162: | Line 166: | ||
|currency |yes | |yes |String(3) |currency\\ EUR = Euro| | |currency |yes | |yes |String(3) |currency\\ EUR = Euro| | ||
|purpose |yes | |yes |String(27) |purpose | | |purpose |yes | |yes |String(27) |purpose | | ||
- | |bic |optional |optional |optional |String(11) |BIC (8 or 11-digits), (determined by [[en:tools:bankstatus_widget|Bankstatus Widget]])| | + | |bic |**deprecated** |**deprecated** |**depcrecated** |String(11) |**This parameter must not be used anymore. All giropay transactions now use an external bank selection form!** BIC (8 or 11-digits)| |
|iban |optional |optional |optional |String(34) |IBAN **without whitespaces**| | |iban |optional |optional |optional |String(34) |IBAN **without whitespaces**| | ||
|info1Label|optional |optional |optional |String(30) |additional information field which is shown on the payment form (label) | | |info1Label|optional |optional |optional |String(30) |additional information field which is shown on the payment form (label) | | ||
Line 299: | Line 303: | ||
{{page>codesamples:giropay#senderinfo.response.false&noheader&nofooter}} | {{page>codesamples:giropay#senderinfo.response.false&noheader&nofooter}} | ||
- | ===== Bank selection widget ===== | ||
- | {{page>en:girocheckout:widget&noheader&nofooter}} | ||