Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
{ "responseCode": "202", "responseDescription": "Pending", "transactionId": "ea399a17-6..
Decoded Output download
<? {
"responseCode": "202",
"responseDescription": "Pending",
"transactionId": "ea399a17-6f70-4eeb-bdb3-f897f6bd7e62",
"transactionStatus": "PENDING",
"paymentType": "bankTransfer",
"channelId": "BKS",
"orderId": "102",
"grossAmount": 15000,
"channelUserId": "",
"customerDetail": {
"name": "Testing Api",
"email": "[email protected]",
"phone": "085826618285"
},
"itemDetails": [
{
"name": "bengkoang",
"price": 15000,
"quantity": 5,
"brand": "petani",
"category": "buah"
}
],
"billingId": "0004853507515875",
"virtualAccount": "6666600040000280"
} ?>
Did this file decode correctly?
Original Code
{
"responseCode": "202",
"responseDescription": "Pending",
"transactionId": "ea399a17-6f70-4eeb-bdb3-f897f6bd7e62",
"transactionStatus": "PENDING",
"paymentType": "bankTransfer",
"channelId": "BKS",
"orderId": "102",
"grossAmount": 15000,
"channelUserId": "",
"customerDetail": {
"name": "Testing Api",
"email": "[email protected]",
"phone": "085826618285"
},
"itemDetails": [
{
"name": "bengkoang",
"price": 15000,
"quantity": 5,
"brand": "petani",
"category": "buah"
}
],
"billingId": "0004853507515875",
"virtualAccount": "6666600040000280"
}
Function Calls
None |
Stats
MD5 | 2a0a00481dcfc3799c2fc4092006249b |
Eval Count | 0 |
Decode Time | 84 ms |