DEV Community

Discussion on: How to Integrate Paystack payment system

Collapse
 
patabah profile image
PatAbah • Edited

Your prompt response already makes me feel better :)

BTW, I was using Firefox on Android, I switched to Chrome... It worked. Back to Firefox and it worked too!

I don't know how, but I think the issue is resolved. Thanks.

One more thing...
For production, after replacing test_key with my real secret key, would PayStack override my callback_url? Or is it compulsory to set the callback_url in the field provided the Developer Dashboard?

I passed a $_GET parameter to the callback url containing specific subscription plans I offer so I could update the my DB with the parameter (plan) on success.

Is there a better way to do this?

Thanks once again

Thread Thread
 
ijsucceed profile image
Jeremy Ikwuje • Edited

No, Pat, as long as you set the callback_url in your code, then you're fine.

Thread Thread
 
patabah profile image
PatAbah

Thanks man. You're za best!

Thread Thread
 
ijsucceed profile image
Jeremy Ikwuje

Pleasure, thanks.