- Deriv Core
- Auth
- Config
- Client
- Get Client System StatusGET
- Get Onboarding StatusGET
- Create TNCPOST
- Get Client Financial AssessmentGET
- Update Financial AssessmentPUT
- Get Client Tax InformationGET
- Create Client Tax InformationPOST
- Update Client Tax InformationPUT
- Create Client ProfilePOST
- Get Client ProfileGET
- Create Client AddressPOST
- Get Client AccountsGET
- Update ProfilePUT
- Get AddressGET
- Get Total BalanceGET
- Create Financial AssessmentPOST
- Get Client StatusGET
- Get Login HistoryGET
- Update Client AddressPUT
- Upload Client ProfilePOST
- Wallet
- KYC
- Payment
- Fiat Payment
- Platform
- Auth
- Brand
Transfer
Testing
POST
/payment/transfer
transfer
Last modified:2025-03-07 02:58:31
Request
Header Params
Authorization
stringÂ
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
stringÂ
optional
Default:
{{RL_EXCLUSION_KEY}}
Body Params application/json
from
objectÂ
required
type
stringÂ
required
id
integerÂ
required
to
objectÂ
required
id
integerÂ
required
type
stringÂ
required
from_amount
numberÂ
required
Example
{
"from": {
"type": "wallet",
"id": 134
},
"to": {
"id": 78,
"type": "account"
},
"from_amount": 99.99
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/payment/transfer' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": {
"type": "wallet",
"id": 134
},
"to": {
"id": 78,
"type": "account"
},
"from_amount": 99.99
}'
Responses
🟢200OK
application/json
Body
data
array [object {14}]Â
required
amount
numberÂ
optional
client_id
integerÂ
optional
type
stringÂ
optional
category
stringÂ
optional
cashier
stringÂ
optional
account
nullÂ
optional
staff_identifier
nullÂ
optional
remark
nullÂ
optional
payment_time
stringÂ
optional
fee
numberÂ
optional
wallet_id
integerÂ
optional
status
stringÂ
optional
account_id
nullÂ
optional
metadata
objectÂ
optional
meta
objectÂ
required
endpoint
stringÂ
required
method
stringÂ
required
timing
integer