paystack
paystack copied to clipboard
How to pass callback_url manually
Hi, Thanks for the amazing lib.
How do I pass a callback_url manually? For example, a company that owns two financial products (a loan and a savings app), they use two different domain names. Passing the callback url in the paystack dashboard isn't really enough. Please help
Add callback_url to the initialize module
paystack.transaction.initialize({callback_url: where to go})
how can a callback_url be done in react-native