Skip to main content
GET
Retrieve a deposit

Overview

Retrieve detailed information about a specific NGN or crypto deposit.
Use Get USD virtual account deposit for payments into USD virtual accounts.

Authentication

string
required
Your merchant API key

Path Parameters

string
required
Deposit ID (UUID format).Example: 7a4e8400-e29b-41d4-a716-446655440000

Request Examples

Response

Returns a deposit object. See List deposits for the full field list.
If a developer fee was configured for the funding account, the deposit object includes developer_fee and customer_amount. Use developer_fee to see the amount and currency kept by your merchant account, and use customer_amount to see the final amount left for the customer.
When settlement_mode is CUSTOMER_NGN_BALANCE, settled_amount and settled_currency show the amount credited to that customer’s NGN balance. Wait for status: COMPLETED before treating the balance credit as final.

Success Response