Introduction
Paygate now can handle a confirmation page after the payment has been completed.
Normally the consumer is redirected:
either to UrlSuccess – in case payment has been completed successfully
or to UrlFailure – in case payment has failed
These are URLs located at the merchants system.
Now your merchant configuration can be set to have a confirmation page hosted by Paygate. Please contact Computop Helpdesk to setup your merchant configuration.
The template for this confirmation page can be customized by you. A sample template will be available soon.
Possible configurations
No confirmation page active on Paygate (default)
Consumer is forwarded directly to your UrlSuccess / UrlFailure
Confirmation page without redirect
Consumer is forwarded to Paygate Confirmation page after payment
No further redirect possible
Confirmation page with automatic redirect
Consumer is forwarded to Paygate Confirmation page after payment
And is automatically forwarded to UrlSuccess / UrlFailure after a given time
Note: Template needs to handle forwarding
Confirmation page with manual redirect
Consumer is forwarded to Paygate Confirmation page after payment
And is not forwarded automatically to UrlSuccess / UrlFailure, but consumer can click a link to get redirected
Note: Template needs to handle forwarding
Samples – Template "ct_confirmation"
Successful payment – with redirect link
Failed payment – with redirect link
Failed payment – without redirect link
Sourcecode – Template "ct_confirmation"
A template with source code for your own customization will be available soon.