im just a starter and i dont know any thing about Programming OR Coding
first im start to Programming Stripe to my app After that, I knew that it did not support my country.
After that start to Programming 2checkout And I knew that I would not be able to verify my account if I did not own a company
and know im create 2 topic one with Vapulus and one with PayTab to see if any one now this company and can help
Sorry if I bothered you by asking for help
But of most users on Thunkable. They do not know any thing about Programming OR Coding this why we use Thunkable
Thank you fro reply with video but i was tring hard to get this button from PayTabs and i dont know how you get it
To test payment gateway integration you need to first be certain that your code works and therefore I would start with HTML page first or an online API test app such as postman.
Once this is successful, I would start with Thunkable.
This is the reason I made the video to show you the first steps in the development of such integration part.
I also did another one for 2checkout but could not yet resolved the hash code the right way.
These things take time and if you do not have a ready made package you will have to do it your own the hard way.
amazing work, thank you so much for that
I don’t think I would have finished my app without this
but can you please show me a screenshot for the blocks
I will try to work on it but I have other duties to finish and testing a payment gateway is not easy. Now I have a problem that I need to solve and then see how it goes,
The PayTab system will do 2 things.
1- it will issue a transaction number which you have to save it and then process another API request to check transaction status.
2- it will send the payment details to the callback URL specified in the first API call.
You need to use one of the methods or both to check the payment.
I did not test this yet but this is the general idea.