cURL
curl --request POST \ --url https://api.sandbox.bitwage.com/api/company/payroll/quote/refresh \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "payroll_id": "<string>" } '
{ "payroll_id": "<string>", "quote_id": "<string>", "valid_from": "2023-11-07T05:31:56Z", "valid_to": "2023-11-07T05:31:56Z", "rate": 123, "funding_currency": "<string>", "funding_amount": 123, "funding_details": { "address": "<string>", "network": "<string>" } }
Refresh an expired crypto funding quote for a payroll.
API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>
Authorization: Basic <ACCESS_TOKEN>
Quote refreshed.
Show child attributes