On This Page
Example: Requesting an Jenius Pay Retrieve a Transaction Using the REST API
Request
{ "orderInformation": { "amountDetails": { "totalAmount": "1", "currency": "IDR" } }, "clientReferenceInformation": { "code": "sale1077", "originalTransactionId": "1169264974" }, "paymentInformation": { "paymentType": { "name": "eWallet", "method": { "name": "jeniusPay", "type":"jeniusPayWallet" } } } }
Response to a Successful Request
{ "orderInformation": { "amountDetails": { "totalAmount": "1", "currency": "IDR" } }, "clientReferenceInformation": { "code": "sale1077", "originalTransactionId": "1169264974" }, "paymentInformation": { "paymentType": { "name": "eWallet", "method": { "name": "jeniusPay", "type":"jeniusPayWallet" } } } }