I saw that creating a valid wallet requires that all information below are provided. are we expected to accept all data below from the user when creating wallet.
I keep getting this error when creating a wallet using the rapyd postman collection. I try filling in the ENV variables from my rapyd acct dashboard, but nothin works.
{
"status": {
"error_code": "UNAUTHENTICATED_API_CALL",
"status": "ERROR",
"message": "access_key header is not valid",
"response_code": "UNAUTHENTICATED_API_CALL",
"operation_id": "eb8f7783-9b53-4d63-8793-d453ba017669"
}
}
The above error has been fixed. I switched to sandbox mode from my dashboard. But now, it telling me.
{
"status": {
"error_code": "UNAUTHENTICATED_API_CALL",
"status": "ERROR",
"message": "The API received a request, but the signature did not match. The request was rejected. Corrective action: (1) Remove all whitespace that is not inside a string. (2) Remove trailing zeroes and decimal points, or wrap numbers in a string.",
"response_code": "UNAUTHENTICATED_API_CALL",
"operation_id": "2340866e-11f5-4a99-a4a9-8dae729f40cf"
}
}
All you need to do is download the Postman Collection, input your Sandbox keys (not production) you are set to make calls without the UNAUTHENTICATED_API_CALL error.
If you are working in the hackathon, in Sandbox you do not need to verify your wallet account.
The Wallet example should work, just update the reference ID as needed.