Example: Requesting an Konbini Sale Using the REST API

Request
{ "clientReferenceInformation": { "code": "sale1077" }, "orderInformation": { "amountDetails": { "totalAmount": "1055", "currency": "JPY", "taxAmount": "900" }, "billTo":{ "country":"JP", "firstName":"John", "lastName":"Doe", "email":"[email protected]", "phoneNumber":"1234567890" }, "lineItems":[ { "productName":"laptop" }, { "productName":"mobile" }] }, "paymentInformation": { "paymentType": { "name": "offline", "method": { "name": "konbini" } } }, "merchantInformation": { "successUrl": "https://www.example.org/feedback.php", "merchantDescriptor": { "name": "DynDescriptor" } } }
Response to a Successful Request
{ "processorInformation": { "transactionId": "1165857820", "rawStatus": "PENDING", "paymentUrl": "https%3A%2F%2Fr2%2Epaygate%2Ede%2Fecontext%2FS1124%2FI%3Ftx%3D1165857820%26rs%3DRxJvDBtl4wQISKXcJliBJgZlWMAbFT15%26cs%3Df32d07e6bc266f83d5b920ab0a8d56a74214bafd5cf0dd6e7bdfedf649945277" }, "paymentInformation": { "paymentType": { "method": { "name": "Convenience+Store+via+Lawson", "type": "654321" } } }, "reconciliationId": "sale1077", "message": "Successful", "status": "PENDING", "id": "65233290191267436032916", "submitTimeUtc": "2022-06-02T15:13:27Z" }