hypejunction/payments_sofort

This package is abandoned and no longer maintained. No replacement package was suggested.

Sofort Payments for Elgg

1.0.0 2016-11-24 11:55 UTC

This package is auto-updated.

Last update: 2020-01-29 04:10:57 UTC


README

Elgg 2.3

Features

  • API for handling payments via Sofort

Acknowledgements

Notes

Example

See actions/payments/checkout/sofort.php for usage example.

Payment Status

You can use 'transaction:<status>', 'payments' hooks to apply additional logic upon payment status changes. Payments are not synchronous.

Notification URL

Sofort requires that Notification URL be reachable via their DNS, so you will not be able to test notifications on localhost. All payments on localhost will fail, unless you comment out notification URL setting in the hypeJunction\Payments\Sofort\Adapter

Credentials

  • Login to your Sofort dashboard
  • Create a new project (you can omit Success/Abort/Notification URLs, they will be submitted with each payment)
  • Check the Test mode checkbox and save your project
  • Copy the Configuration key to the plugin settings

Testing

  • Information on testing sort codes is available under the Testing tab of your project. Details may differ based on your country.

Refunds

Refunds issued via the plugin will be prepared and available in your Sofort account under Refunds. You will need to manually consolidate them and issue payments.