Created
November 2, 2025 09:14
-
-
Save mseptiaan/8a1ef681a9665d44f9bf88941d678750 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
| { | |
| "responseCode": "2002700", | |
| "responseMessage": "Success", | |
| "paymentLinkPaymentMethod": { | |
| "partnerReferenceNo": "123456", | |
| "trxId": "Transaction-0001", | |
| "additionalInfo": { | |
| "paymentMethod": [ | |
| { | |
| "id": "va", | |
| "icon": "Landmark", | |
| "title": { | |
| "english": "Virtual Account", | |
| "indonesia": "Virtual Account" | |
| }, | |
| "subtitle": { | |
| "english": "Bank transfer via virtual account number", | |
| "indonesia": "Transfer bank melalui nomor virtual account" | |
| }, | |
| "active": true, | |
| "activeText": { | |
| "english": "", | |
| "indonesia": "" | |
| }, | |
| "method": [ | |
| { | |
| "id": "cimb", | |
| "logo": "https://ojire.s3.ap-southeast-3.amazonaws.com/bank/cimb.png", | |
| "title": "CIMB Niaga", | |
| "subtitle": "Bank CIMB Niaga", | |
| "active": true, | |
| "activeText": { | |
| "english": "", | |
| "indonesia": "" | |
| } | |
| }, | |
| { | |
| "id": "bni", | |
| "logo": "https://ojire.s3.ap-southeast-3.amazonaws.com/bank/bni.png", | |
| "title": "Bank Negara Indonesia", | |
| "subtitle": "BNI Virtual Account", | |
| "active": true, | |
| "activeText": { | |
| "english": "", | |
| "indonesia": "" | |
| } | |
| }, | |
| { | |
| "id": "bri", | |
| "logo": "https://ojire.s3.ap-southeast-3.amazonaws.com/bank/bri.png", | |
| "title": "Bank Rakyat Indonesia", | |
| "subtitle": "BRI Virtual Account", | |
| "active": false, | |
| "activeText": { | |
| "english": "Maintenance", | |
| "indonesia": "Sedang dalam perbaikan" | |
| } | |
| } | |
| ], | |
| "buttonText": { | |
| "english": "Generate Virtual Account", | |
| "indonesia": "Buat Virtual Akun" | |
| } | |
| }, | |
| { | |
| "id": "qr", | |
| "icon": "QrCode", | |
| "title": { | |
| "english": "QR Code Payment", | |
| "indonesia": "Pembayaran QR Code" | |
| }, | |
| "subtitle": { | |
| "english": "Scan QR code with your mobile app", | |
| "indonesia": "Scan QR code dengan aplikasi mobile Anda" | |
| }, | |
| "active": true, | |
| "activeText": { | |
| "english": "", | |
| "indonesia": "" | |
| }, | |
| "method": [ | |
| { | |
| "id": "qris", | |
| "logo": "https://ojire.s3.ap-southeast-3.amazonaws.com/bank/qris.png", | |
| "title": "QRIS", | |
| "subtitle": "Indonesian QR Payment Standard", | |
| "active": true, | |
| "activeText": { | |
| "english": "", | |
| "indonesia": "" | |
| } | |
| }, | |
| { | |
| "id": "alipay", | |
| "logo": "https://ojire.s3.ap-southeast-3.amazonaws.com/bank/alipay.png", | |
| "title": "Alipay", | |
| "subtitle": "Alipay QR Payment", | |
| "active": false, | |
| "activeText": { | |
| "english": "In Registration", | |
| "indonesia": "Dalam Pendaftaran" | |
| }, | |
| }, | |
| { | |
| "id": "wechatpay", | |
| "logo": "https://ojire.s3.ap-southeast-3.amazonaws.com/bank/wechatpay.png", | |
| "title": "WeChat Pay", | |
| "subtitle": "WeChat Pay Payment", | |
| "active": false, | |
| "activeText": { | |
| "english": "Maintenance", | |
| "indonesia": "Sedang dalam perbaikan" | |
| } | |
| } | |
| ], | |
| "buttonText": { | |
| "english": "Generate QR Code", | |
| "indonesia": "Buat QR Code" | |
| } | |
| }, | |
| { | |
| "id": "cc", | |
| "icon": "CreditCard", | |
| "title": { | |
| "english": "Credit Card", | |
| "indonesia": "Kartu Kredit" | |
| }, | |
| "subtitle": { | |
| "english": "Pay with your credit or debit card", | |
| "indonesia": "Bayar dengan kartu kredit atau debit Anda" | |
| }, | |
| "active": true, | |
| "activeText": { | |
| "english": "", | |
| "indonesia": "" | |
| }, | |
| "method": [], | |
| "buttonText": { | |
| "english": "Process Payment", | |
| "indonesia": "Proses Pembayaran" | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment