Created
November 2, 2025 10:58
-
-
Save mseptiaan/c76cecf945a9e0ee96f02f7e0a323e81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "responseMessage": "Success", | |
| "responseCode": "2002700", | |
| "paymentLinkData": { | |
| "additionalInfo": { | |
| "customerDetail": { | |
| "billingAddress": { | |
| "address": "Jl. Kembangan Raya", | |
| "city": "Jakarta", | |
| "countryCode": "ID", | |
| "postalCode": "11530" | |
| }, | |
| "email": "[email protected]", | |
| "firstName": "John", | |
| "lastName": "Doe", | |
| "phoneNumber": "08221XXXXXXXX" | |
| }, | |
| "discount": { | |
| "text": "Diskon Pelajar", | |
| "value": "0.00" | |
| }, | |
| "discountTotal": { | |
| "value": "10000.00" | |
| }, | |
| "invoiceSubTitle": "test additional param", | |
| "invoiceTitle": "Tes pembayaran Qris Duitku", | |
| "itemDetails": [ | |
| { | |
| "discount": { | |
| "text": "Diskon Pelajar", | |
| "value": "5000.00" | |
| }, | |
| "name": "Alat Tulis", | |
| "price": "12000.00", | |
| "quantity": 1, | |
| "tax": { | |
| "text": "PPN 11%", | |
| "value": "1000.00" | |
| } | |
| }, | |
| { | |
| "discount": { | |
| "text": "Diskon Pelajar", | |
| "value": "5000.00" | |
| }, | |
| "name": "Alat Mewarnai", | |
| "price": "24000.00", | |
| "quantity": 1, | |
| "tax": { | |
| "text": "PPN 11%", | |
| "value": "1000.00" | |
| } | |
| } | |
| ], | |
| "tax": { | |
| "text": "PPN 11%", | |
| "value": "1000.00" | |
| }, | |
| "taxTotal": { | |
| "value": "3000.00" | |
| } | |
| }, | |
| "expiredDate": "2025-10-18T23:27:43+07:00", | |
| "partnerReferenceNo": "1-0987", | |
| "paymentFlagReason": { | |
| "english": "Success", | |
| "indonesia": "Sukses" | |
| }, | |
| "paymentFlagStatus": "00", | |
| "paymentLinkId": "c880b18b-9cf3-4d32-9d83-4a20ec345eb0", | |
| "paymentLinkUri": "https://pay.ojire.com/v1/c880b18b-9cf3-4d32-9d83-4a20ec345eb0?secret=93626058", | |
| "totalAmount": { | |
| "currency": "IDR", | |
| "value": "29000.00" | |
| }, | |
| "payment": { | |
| "type": "", | |
| "bank": "", | |
| "content": { | |
| "name": "", | |
| "value": "" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment