cURL
curl --request POST \ --url https://{host}/Agent/Wallet/GetPaymentOptionsForBuyingEDaler \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "serviceId": "<string>", "serviceProvider": "<string>", "successUrl": "<string>", "failureUrl": "<string>", "cancelUrl": "<string>", "transactionId": "<string>", "tabId": "<string>", "functionName": "<string>" } '
{ "id": "<string>", "state": "<string>", "started": "2023-11-07T05:31:56Z", "serviceId": "<string>", "serviceProvider": "<string>", "ended": "2023-11-07T05:31:56Z", "successUrl": "<string>", "failureUrl": "<string>", "cancelUrl": "<string>", "clientUrl": "<string>" }
Allows the client to initiate the process of getting payment options for buying eDaler.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success