Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to:

0 votes

Duo, thanks for your quick reply. We almost made it.


TRY 1

I fixed the payload.

POST
https://sandbox.esignlive.com/api/account/senders/{senderId}/account/6YOBAtp3Y8oB/roles

[
   {
    "id": "member"
   }
]

I get as result "404Not Found":

{
    "technical": "Account with UID '6YOBAtp3Y8oB' was not found.",
    "messageKey": "error.notFound.accountNotFound",
    "message": "The specified account cannot be found.",
    "code": 404,
    "name": "Resource Not Found"
}


TRY 2

POST
I fixed Account Id, because I had taken the "Id" from the company (6YOBAtp3Y8oB)

https://sandbox.esignlive.com/api/account/senders/{senderId}/account/QKEgqMujKTYK/roles

[
   {
    "id": "member"
   }
]


I get as result "500Internal Server Error":

{
    "messageKey": "error.internal.default",
    "message": "Unexpected error. We apologize for any inconvenience this may have caused you, please try again. If the problem persists, please contact our support team.",
    "code": 500,
    "name": "Unhandled Server Error"
}

I got an error but it worked. The user has an assigned role.

Could it be a OneSpan problem? 


Regards

Gabriel Carrizo


Reply to: Requesting Attachments (REST API)

0 votes

Hi Haris.

how are you?

I need to know if it is possible to set the request for an attached file to be mandatory in the package creation payload or if I have to use the following endpoint.

POST /api/packages/{packageId}/roles

how to should the package creation payload be ?

Thank you.

Gabriel


Reply to: Attachment requirements

0 votes

Hi Duo.
thanks for your answer, but is it possible to force with "autocomplete: true" in the attachments section?
I try to insert this value.

"attachmentRequirements": [ { "description": "Por favor, suba una copia escaneada de su DNI", "required": true, "id": "gabrieltestattach123456", "data": null, "status": "INCOMPLETE", "comment": "", "name": "Fotocopia DNI" } ],


Subscriptions

This user is not subscribed to any release notes.

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.