Skip to content

Commit 1a9bc9a

Browse files
update webhook payload
1 parent 3af15b4 commit 1a9bc9a

File tree

1 file changed

+17
-10
lines changed
  • src/doc/payments/payment-methods/qr-event

1 file changed

+17
-10
lines changed

src/doc/payments/payment-methods/qr-event/index.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,43 @@
55
"domain": "test",
66
"status": "success",
77
"reference": "48rx32f1womvcr4",
8-
"amount": 10000,
8+
"amount": 186677,
99
"message": "madePayment",
1010
"gateway_response": "Payment successful",
11-
"paid_at": "2018-12-05T15:58:45.000Z",
12-
"created_at": "2018-12-05T15:58:02.000Z",
11+
"paid_at": "2024-08-20T12:41:12.000Z",
12+
"created_at": "2024-08-20T12:39:22.000Z",
1313
"channel": "qr",
1414
"currency": "ZAR",
1515
"ip_address": "18.130.45.28, 141.101.107.157",
16+
"fees_breakdown": {
17+
"amount": "5514",
18+
"formula": null,
19+
"type": "paystack"
20+
},
1621
"metadata": "",
1722
"log": null,
18-
"fees": null,
23+
"fees": 6342,
1924
"fees_split": null,
2025
"authorization": {
2126
"authorization_code": "AUTH_2b4zs69fgy7qflh",
2227
"bin": "483953",
2328
"last4": "6208",
2429
"exp_month": "12",
25-
"exp_year": "2018",
30+
"exp_year": "2025",
2631
"channel": "qr",
27-
"card_type": "DEBIT",
28-
"bank": "Nedbank QR",
32+
"card_type": "CREDIT",
33+
"bank": "ABSA BANK LIMITED, SOUTH AFRICA",
2934
"country_code": "ZA",
3035
"brand": "VISA",
3136
"reusable": false,
3237
"signature": null,
33-
"account_name": "BoJack Horseman"
38+
"account_name": null,
39+
"receiver_bank_account_number": null,
40+
"receiver_bank": null
3441
},
3542
"customer": {
3643
"id": 16787,
37-
"first_name": "I",
44+
"first_name": "Ian",
3845
"last_name": "SURRENDER",
3946
"email": "[email protected]",
4047
"customer_code": "CUS_ehg851zbxon0bvx",
@@ -45,6 +52,6 @@
4552
"plan": {},
4653
"subaccount": {},
4754
"subaccount_group": {},
48-
"paidAt": "2018-12-05T15:58:45.000Z"
55+
"paidAt": "2024-08-20T12:41:12.000Z"
4956
}
5057
}

0 commit comments

Comments
 (0)