Skip to main content
GET
Call this after the Paystack redirect to confirm payment and credit the wallet. The operation is idempotent — calling it again for an already-credited reference returns success without double-crediting.
The returned wallet reports amounts in integer kobo, and the returned transaction reports amounts in integer kobo (matching List transactions). 1 NGN = 100 kobo.

Query parameters

string
required
The reference returned by Top up wallet.

Response fields

boolean
string
Wallet topped up successfully on first verification, or Payment already processed if the reference was already credited.
object
Full wallet DTO as in Get wallet (values in integer kobo).
object
One transaction DTO as in List transactions (values in integer kobo).