Closed dev-men closed 6 years ago
Hello @dev-men , you can query your unique reference code to verify the status of a transaction. you can also specify a callback url after a transaction is completed.
you can go through the api docs to familiarize yourself with the entire process. it will help you understand what the paystack-ruby gem helps you achieve.
@wayneskillz Thank You for Your response. I figured it out. I just have to mention the "Call Back URL" in PayStack. Either the payment is successful or not, the call will be returned to mentioned Call Back URL. From where I can proceed further.
@dev-men thats great. Thanks for the update.
I'm unable to figure out How can I know transaction is performed?
How will I go to the next page?
Your help will be appreciated.
Thanks.
I'm using Paystack-Ruby Gem for paystack Payment gateway 1st time.
I'm successful in loading the Paystack page where Customer can enter his/her card or bank detail. And pay the amount.
I'm using Paystack-Ruby Gem for paystack Payment gateway 1st time.
I'm successful in loading the Paystack page where Customer can enter his/her card or bank detail. And pay the amount.
But I'm unable to figure out How can I know transaction is performed?
How will I go to the next page? When a Transaction is initiated I just have 3 things
Your help will be appreciated.
Thanks.