Discussions
Access Token
Following:
```
Step 3 - Exchange authorization code for an access token
Now that you have an authorization code, exchange it for an access token using the oauth/token API method: https://api.hikeup.com/oauth/token
client_id - issued when you created your app (required)
client_secret - issued when you created your app (required) [App secret]
code - Temporary authorization code received in step 2 (required)
redirect_uri - must match the originally submitted URI (if one was sent)
grant_type - this is always 'authorization_code'
```
Gives error:
```
Server Error in '/' Application.
Value cannot be null.
Parameter name: source
```
Posted by mike almost 3 years ago
Modify Product Card and Transfer
Hi, Is there any option where i can add or modify the HIKEUP Product card and integrate our api so most feilds are coming from HikeUP cloud and some are coming from our system.
Does Hikeup provide this sort feature ?
Thanks
Posted by Hsn over 3 years ago
Hiding notes on the receipt/invoice.
Can Any one help me with hiding the notes on the reciept, still keep notes just dont print them out or email.
Thanks in advance.
Posted by Ryan Edmunds over 3 years ago