Deposit Transaction
Developing
POST
/payment/premier-cashier/deposit-notification
deposit
Last modified:2025-03-12 09:04:48
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/payment/premier-cashier/deposit-notification' \
--header 'cashier-signature: {{DEPOSIT_SIGNATURE}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"frontend_id": 918,
"frontend": "Deriv (UAE) LLC AED",
"crm": {},
"transaction": {
"card": {
"cardholder_name": "Bala K",
"card_exp": "05/2025",
"issuer_country": "US",
"cascade_level": 0,
"corporate": false,
"issuer_name": "JPMORGAN CHASE BANK, N.A.",
"gift_prepaid": false,
"payment_method": "VISA",
"card_number_masked": "411111******1111"
},
"currency_code": "AED",
"ip_address": "140.82.192.112",
"created_by": "INTERNET",
"tran_type": "deposit",
"utc_offset": 0,
"updated_date": "3/6/2025 3:10:17 AM",
"amount": 20,
"created_date": "3/6/2025 3:10:17 AM",
"status": "declined",
"payment_type": "card",
"traceid": 991922495,
"updated_by": "INTERNET"
},
"pin": "854",
"timestamp": 1741230617,
"event": "deposit_failed",
"tokenname": "token",
"processor": {
"traceid": 991922495,
"approved": "N",
"fx_rate": 1,
"tran_type": "deposit",
"descriptor": "CCReview",
"transaction_id": "991922495",
"pp_currency_code": "AED",
"pp_amount": 20,
"name": "CCReview"
}
}'
Response Response Example
{}
Request
Header Params
cashier-signature
string
optional
Example:
{{DEPOSIT_SIGNATURE}}
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Body Params application/json
Responses
Modified at 2025-03-12 09:04:48