Get Payment URL
Developing
GET
/payment/fiat/payment-url
get_payment_url
Last modified:2025-03-11 03:07:54
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api-core.deriv.com/v1/payment/fiat/payment-url?action=deposit&wallet_id={{WALLET_ID_BTC}}' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}'
Response Response Example
{}
Request
Query Params
action
string
optional
Example:
deposit
wallet_id
string
optional
Example:
{{WALLET_ID_BTC}}
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Responses
Modified at 2025-03-11 03:07:54