User Tools

Site Tools


en:girocheckout:eps:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:girocheckout:eps:start [2022/11/07 19:51]
michaelheumann
en:girocheckout:eps:start [2023/03/24 20:45]
michaelheumann
Line 161: Line 161:
 |urlRedirect    |yes              |String      |URL, where the buyer has to be sent after payment | |urlRedirect    |yes              |String      |URL, where the buyer has to be sent after payment |
 |urlNotify      |yes              |String      |URL, where the notification has to be sent after payment | |urlNotify      |yes              |String      |URL, where the notification has to be sent after payment |
-|kassenzeichen  |optional |String      |Optional field that allows passing an additional reference/identifier for the transaction. This value is displayed inside GiroCockpit as part of the transaction details (and soon export) and a search for it is also supported there. |+|kassenzeichen  |optional         |String (255) |Optional field that allows passing an additional reference/identifier for the transaction. This value is displayed inside GiroCockpit as part of the transaction details (and soon export) and a search for it is also supported there. Characters must comply with the UTF-8 character set. |
 |hash           |yes              |String      |HMAC MD5 hash (see [[en:girocheckout:general:start#hash_generation|hash generation]]) | |hash           |yes              |String      |HMAC MD5 hash (see [[en:girocheckout:general:start#hash_generation|hash generation]]) |
  
Line 188: Line 188:
 == example in case of error == == example in case of error ==
 {{page>codesamples:eps#transactionstart.response.false&noheader&nofooter}} {{page>codesamples:eps#transactionstart.response.false&noheader&nofooter}}
- 
  
 ==== notification about the payment result ==== ==== notification about the payment result ====
Line 244: Line 243:
  
 === API call === === API call ===
-**URL:** https://payment.girosolution.de/girocheckout/api/v2/giropay/senderinfo \\+**URL:** https://payment.girosolution.de/girocheckout/api/v2/eps/senderinfo \\
 **Provided by:** GiroCheckout \\ **Provided by:** GiroCheckout \\
 **Called by:** Merchant **Called by:** Merchant
Line 250: Line 249:
 == POST Parameters == == POST Parameters ==
 ^Name           ^Mandatory  ^Type      ^Description   ^ ^Name           ^Mandatory  ^Type      ^Description   ^
-|merchantId     |Yes       |Integer   |merchant ID of a giropay project | +|merchantId     |Yes       |Integer   |merchant ID of a eps project | 
-|projectId      |Yes       |Integer   |project ID of a giropay project  |+|projectId      |Yes       |Integer   |project ID of a eps project  |
 |reference      |Yes       |String(36)|GiroCheckout transaction ID | |reference      |Yes       |String(36)|GiroCheckout transaction ID |
 |hash           |Yes       |String(32)|HMAC MD5 hash of the full JSON string. (see [[en:girocheckout:general:start#api_call_reply_to_the_merchant|api call reply]])| |hash           |Yes       |String(32)|HMAC MD5 hash of the full JSON string. (see [[en:girocheckout:general:start#api_call_reply_to_the_merchant|api call reply]])|
  
 == Example == == Example ==
-{{page>codesamples:giropay#senderinfo.request&noheader&nofooter}}+{{page>codesamples:eps#senderinfo.request&noheader&nofooter}}
  
 === Response === === Response ===
Line 272: Line 271:
  
 == Example in case of success == == Example in case of success ==
-{{page>codesamples:giropay#senderinfo.response.true&noheader&nofooter}}+{{page>codesamples:eps#senderinfo.response.true&noheader&nofooter}}
  
 == Example in case of error == == Example in case of error ==
-{{page>codesamples:giropay#senderinfo.response.false&noheader&nofooter}}+{{page>codesamples:eps#senderinfo.response.false&noheader&nofooter}}
  
  
en/girocheckout/eps/start.txt · Last modified: 2023/05/05 03:29