coingate-php icon indicating copy to clipboard operation
coingate-php copied to clipboard

The payment page won't redirect when the order has been completed

Open cemiltokatli opened this issue 7 years ago • 2 comments

The payment page won't redirect to callback URL when the order has been successfully completed. Is this a bug or a feature only works for Magento API? In Magento API, the payment page automatically redirects back to the website if the order is successful.

cemiltokatli avatar Feb 03 '18 10:02 cemiltokatli

@cemitokatli You should set it as success_url maybe.

JellyBool avatar May 04 '19 23:05 JellyBool

The callback_url is used for callbacks from CoinGate to change the status of the order after confirmation. To go back to the store after a purchase enter the correct url under success_url If you wish to check the url's generated please go your CoinGate account and check the Request and Callback sections under Merchant > API

vgumonis avatar May 06 '19 07:05 vgumonis