Newest first Back to the shop Clear

API log

Every call this shop made, every callback it received. out is a request to the gateway; in is the gateway or the customer arriving here.

info Reconciled ORD-6BFF7736 HTTP COMPLETED
{
    "status": "COMPLETED"
}
out POST /api/payment/verify HTTP 200 64 ms
{
    "request": {
        "transaction_id": "XJ7RDX589120"
    },
    "status": 200,
    "ms": 64,
    "response": {
        "cus_name": "Shuvo",
        "cus_email": "demo@example.com",
        "amount": "2.000",
        "transaction_id": "XJ7RDX589120",
        "metadata": "{\"ref\":\"ORD-6BFF7736\"}",
        "payment_method": "bkash",
        "status": "COMPLETED"
    },
    "error": null
}
in Webhook received
{
    "ref": "ORD-6BFF7736",
    "body": {
        "paymentMethod": "bkash",
        "transactionId": "XJ7RDX589120",
        "paymentAmount": "2",
        "paymentFee": "0",
        "status": "completed"
    }
}
out POST /api/payment/create HTTP 200 262 ms
{
    "request": {
        "amount": 1,
        "currency": "BDT",
        "cus_name": "Shuvo",
        "cus_email": "demo@example.com",
        "success_url": "https://shop.akhandapps.com/?r=return&ref=ORD-00105DCC",
        "cancel_url": "https://shop.akhandapps.com/?r=return&ref=ORD-00105DCC",
        "webhook_url": "https://shop.akhandapps.com/?r=webhook&ref=ORD-00105DCC",
        "metadata": "{\"ref\":\"ORD-00105DCC\"}"
    },
    "status": 200,
    "ms": 262,
    "response": {
        "status": 1,
        "message": "Payment Link",
        "payment_url": "https://zeropay.akhandapps.com/api/execute/6bcdf4fa70f6570aeb4866bd6391e754"
    },
    "error": null
}
info Order ORD-00105DCC created
{
    "item": "Custom amount",
    "amount": 1
}
out POST /api/payment/create HTTP 200 63 ms
{
    "request": {
        "amount": 2,
        "currency": "BDT",
        "cus_name": "Shuvo",
        "cus_email": "demo@example.com",
        "success_url": "https://shop.akhandapps.com/?r=return&ref=ORD-6BFF7736",
        "cancel_url": "https://shop.akhandapps.com/?r=return&ref=ORD-6BFF7736",
        "webhook_url": "https://shop.akhandapps.com/?r=webhook&ref=ORD-6BFF7736",
        "metadata": "{\"ref\":\"ORD-6BFF7736\"}"
    },
    "status": 200,
    "ms": 63,
    "response": {
        "status": 1,
        "message": "Payment Link",
        "payment_url": "https://zeropay.akhandapps.com/api/execute/39ce7737efc0943d9cea8bb63c08e6ba"
    },
    "error": null
}
info Order ORD-6BFF7736 created
{
    "item": "Custom amount",
    "amount": 2
}
out POST /api/payment/create HTTP 200 232 ms
{
    "request": {
        "amount": 1,
        "currency": "BDT",
        "cus_name": "Demo Customer",
        "cus_email": "demo@example.com",
        "success_url": "https://shop.akhandapps.com/?r=return&ref=ORD-CEE884CF",
        "cancel_url": "https://shop.akhandapps.com/?r=return&ref=ORD-CEE884CF",
        "webhook_url": "https://shop.akhandapps.com/?r=webhook&ref=ORD-CEE884CF",
        "metadata": "{\"ref\":\"ORD-CEE884CF\"}"
    },
    "status": 200,
    "ms": 232,
    "response": {
        "status": 1,
        "message": "Payment Link",
        "payment_url": "https://zeropay.akhandapps.com/api/execute/65add969b81d6ce7e2839df41a216e77"
    },
    "error": null
}
info Order ORD-CEE884CF created
{
    "item": "Custom amount",
    "amount": 1
}
info Configuration saved
{
    "base": "https://zeropay.akhandapps.com"
}