We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fe730 commit 817fb06Copy full SHA for 817fb06
dist/doc/payments/payment-methods/pesalink.js
@@ -95,13 +95,15 @@ const json = `{
95
"status": "pending_bank_transfer",
96
"display_text": "Please make a transfer to the account specified",
97
"account_name": "Paystack Payments Kenya Limited",
98
- "account_number": "1260257501",
+ "account_number": "1234567891",
99
"bank": {
100
- "slug": "diamond-trust-bank-ltd-ke",
+ "slug": "dtbk-bank",
101
"name": "Diamond Trust Bank Kenya Ltd",
102
"id": 225
103
},
104
- "account_expires_at": "2025-04-24T16:55:57.954Z"
+ "account_expires_at": "2025-04-24T16:55:57.954Z",
105
+ "amount": 10000,
106
+ "transaction_reference": "1234567"
107
}
108
}`
109
0 commit comments