Search…
Welcome!
Integrating Klasha
Getting Started
Prerequisites
Wrap Up
Overview
Introduction
Authorisation
Test Parameters
Errors
Countries & Payment Methods
Accepting Payments
Klasha Inline
Direct Charge
Payment Links
HTML Checkout
PLUGINS AND SDKS
Plugins
Mobile SDKs
Web SDKs
MISC
Transaction Status
Webhook
Features
Subscriptions
Recurring Payments
Powered By
GitBook
Webhook
Webhook response
If you have Webhook notifications set up on your dashboard, we will send you a transaction response, a sample of which can be found below:
1
{
2
"event"
:
"charge.completed"
,
3
"data"
:
{
4
"createdAt"
:
"2021-11-18T15:23:16.781"
,
5
"narration"
:
"CARD Transaction "
,
6
"destinationCurrency"
:
"NGN"
,
7
"sourceAmount"
:
0.0023
,
8
"sourceCurrency"
:
"USD"
,
9
"tnxRef"
:
"test910-on2007u047e-errrtd"
,
10
"status"
:
"successful"
,
11
"destinationAmount"
:
1
,
12
"customer"
:
{
13
"id"
:
13
,
14
"name"
:
"Steph Oj"
,
15
"email"
:
"
[email protected]
"
,
16
"phone"
:
null
,
17
"createdAt"
:
"2021-07-20 10:28:43"
,
18
"updatedAt"
:
"2021-07-20 10:28:43"
19
}
20
}
21
}
Copied!
MISC - Previous
Transaction Status
Next - Features
Subscriptions
Last modified
5mo ago
Copy link