/v1/quotes/{quoteId} does not accept quoteUuid while does not provide any other endpoint to retrieve quote. When using quoteUuid instead of quote, client receives 400 Bad Request
> GET /v1/quotes/e0c9368a-b13d-4c76-bfe6-xxxxxxxxxx HTTP/1.1
Host: api.transferwise.com
User-Agent: transferwise-php-sdk/1.0 (7.3.11, Darwin) (+https://github.com/transferwise-php/sdk)
Authorization: Bearer xxxxx-xxxx-xxxx-xxxx-xxxxx
< HTTP/1.1 400 Bad Request
< Date: Sun, 15 Mar 2020 15:47:22 GMT
{"errors":[{"code":"bad.request","message":"'quoteId' should be a valid 'Long'
Hi, I spotted 2 discrepancies in the live API.
/v1/tranfers
does not returnquote
but instead returnsquoteUuid
which is undocumented according to the docs/v1/quotes/{quoteId}
does not acceptquoteUuid
while does not provide any other endpoint to retrieve quote. When usingquoteUuid
instead ofquote
, client receives400 Bad Request