In the „Access" version all offers (accesses or subscriptions) you want to bill have first to be created (see 2.1.2). The payment window is opened using this offer ID.
Account: | Here you select the account (sub-account) for which the bookings are to be listed in the statistics. |
Offer: | Select the desired offer |
Example
<form action="https://frontend.pay1.de/frontend/v2/" method="POST"> <input type="hidden" name="portalid" value="2000000"> <input type="hidden" name="aid" value="10000"> <input type="hidden" name="mode" value="test"> <input type="hidden" name="request" value="createaccess"> <input type="hidden" name="clearingtype" value="elv"> <input type="hidden" name="reference" value="1234567"> <input type="hidden" name="productid" value="1234"> <input type="hidden" name="hash" value="70eaec2a33fa1b4674c0b112f6982966"> <input type="submit" value="Buy now!"> </form>
Please use either:
- URL to PAYONE Frontend hosted-iFrame: https://frontend.pay1.de/frontend/v2/
- or URL to Frontend Classic: https://secure.pay1.de/frontend/
Alternatively, you can also pass the values via URL (via GET request). The calculation of the hash value can be found here: FE - Calculation of the HASH value.
Important note
To be SAQ A compliant PAYONE recommends implementation of the PAYONE hosted-iFrame-solution when processing the full original creditcard number (PAN).