POST https://api.latipay.net/v2/transaction
SHA 256 Signature
Message: amount=0.01&callback_url=https://yourwebsite.com/notify&host_type=1&ip=127.0.0.1&merchant_reference=J89ZL2HL40&product_name=ticket&return_url=http://spotpay.latipay.net/static_qr_confirmation&version=2.0 SecretKey: Signature: 877503a088d99254134ccfdb2a6e23dcd8402ce323566081d015ec7590d2a381
curl
curl -H 'Content-Type: application/json' -X POST https://api.latipay.net/v2/transaction -d '{ "user_id": "", "wallet_id": "", "merchant_reference": "J89ZL2HL40", "return_url": "http://spotpay.latipay.net/static_qr_confirmation", "callback_url": "https://yourwebsite.com/notify", "ip": "127.0.0.1", "version": "2.0", "product_name": "ticket", "amount": "0.01", "host_type": "1", "signature": "877503a088d99254134ccfdb2a6e23dcd8402ce323566081d015ec7590d2a381" }'
Result