cURL
curl --request GET \ --url https://api.sandbox.bitwage.com/api/user/funding/account/tos \ --header 'Authorization: Basic <encoded-value>'
{ "url": "<string>" }
Get the Terms of Service acceptance link required before creating a USD funding account. The user must be fully KYC verified.
API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>
Authorization: Basic <ACCESS_TOKEN>
Payer ID.
TOS URL returned.