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

X-Api-Key
string
required
Your merchant API key

Path Parameters

id
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.

Success Response