FAQ
Frequently Asked Questions
1. Is there any further security verification other than WebApiKey?
Answer: We use WebApiKey for request verification. Hashcode verification is only performed during callbacks. The transaction results are sent as callbacks, and the hashcode is verified at that stage.
2. What is the format of the "amount" in the callback?
Answer: We use integers for amounts, such as 100 (as string), without any decimal separators.
3. What is the expected format of the response object in the callback? Is it important?
Answer: You can return a standard 200 response in the callback. The format is not specified beyond the need to communicate success or failure appropriately.
4. Does the status "pending" come in the callback?
Answer: The "pending" parameter does not come in the callback. The callback returns only definitive results as either positive or negative.
Last updated