Notarize without storage(complete registration)
This API call is used to complete the request to notarize a document issued previously without using the storage of S3.
HTTP Request notarization without storage
Headers
Content-Type
application/json
The content type of the request body
Authorization
Bearer $TOKEN
authentication token that is used to authorize access to an API
Request body
sessionId
string
id of the Stripe session
id
string
id of Dedit subscription session
userId
int
id of the user
planId
string
id of Dedit subscription plan
planNickname
string
name of Dedit subscription
status
string
status of Dedit subscription
created
timestamp
date of Dedit subscription creation
currentPeriodStart
timestamp
date of Dedit subscription period start
currentPeriodEnd
timestamp
date of Dedit subscription period end
canceledAt
boolean
subscription cancellation
custumer
string
id of the stripe account connected to the Dedit subscription
defaultPaymentMethod
string
payment method
latestInvoice
string
invoice id
Example of a valid request body:
The above command returns a JSON structured like this:
Last updated