sample-app
)Well, we got you covered there as well. Check out the Integration Documentation here to integrate Instamojo SDK in your Project.
From here on we assume that you have Client ID
and Client Secret
for Production as well as Test.
'Why Test?' you might think. Test Environment to do the integration check of the SDK.
If you do not have the credentials yet, raise a support ticket so that we could generate and send you the credentials in a jiffy.
Please check the Sample Server documentation on how to generate access_token using client_id
and client_secret
Transaction ID
I keep hearing about?Well, transaction ID is a unique ID for an Order. Using this transaction ID, you can fetch Order status, get order details, and even initiate a refund for the Order attached to that transaction ID.
The transaction ID should be unique for every Order.
Yes, we do have a sample server written in Google Go. Sample uses the Sample server to get access_token
and transaction_id
to create an Order
.
You can check the documentation for the Sample Server here
Well, if this documentation doesn't answer any specific questions regarding the Sample App, please raise support ticket. We will respond ASAP.