revolut-engineering / revolut-checkout

RevolutCheckout.js as npm module
https://developer.revolut.com/docs/merchant-api/#revolutcheckout-js-reference
Other
23 stars 7 forks source link

Sandbox error #77

Closed snigxx closed 11 months ago

snigxx commented 11 months ago

When create new order, get public_id from my API and when init RevolutCheckout i got error from this request:

Request URL:
https://sandbox-merchant-mgmt.revolut.com/orders/token/652f7b59-0ce2-4f45-825c-ed2a534dfda5
Request Method: GET
Status Code: 500 Internal Server Error
Remote Address:
Referrer Policy: strict-origin-when-cross-origin
RevolutCheckout('token', 'sandbox').then((instance) => { ... })
snigxx commented 11 months ago

Done.