When i started project, i used the XapoCreditAPI, that using the API v1. But... Xapo API v1 is now deprecated, so we can't use it.
Now, only the Xapo API v2 is usable. But it is very hard to use it.
Because our goal is to "send satoshi" or create a transaction with a small amount of bitcoin. For this, Xapo API v2 has a function called "Create a transaction", BUT, it need Wallet ID (the wallet that contain satoshi), and i have the Wallet ID. After, it need a AuthKey (Xapo App ID + Xapo Secret in Base64 encode). And same thing, i have the AuthKey, but now the problem is i can't create transaction... The message is "Unauthorised".
And there is a another strange thing, the exemple of "Create a transaction" says it's a POST function. but it use POST + GET + HEADERS POST and GET has the same parameters
Create a transaction (Xapo API Docs)
Edit:
Small update, now SolveMedia works.
And the CSS issue is fixed too.