curl --location 'https://api.dev.pynil.com/v1/transactions/custody-bank/deposit/initiate' \
--header 'Authorization: Basic <encoded-value>' \
--header 'X-Signature: <api-key>' \
--header 'X-Timestamp: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"walletNumber": "101000030",
"amount": 500,
"timestamp": "2025-08-03",
"notes": "Layla deposits money"
}'{
"success": true,
"message": "Success.",
"statusCode": 200,
"data": {
"account": {
"branchCode": "MAIN",
"currencyCode": "SDG",
"walletName": "Layla ismaeil",
"status": "Active"
},
"charges": [
{
"name": "Custody Deposit",
"amount": 20
}
],
"totalFees": 20
}
}