Skip to main content

Get SignatureRequest


ApiScope: payment.signaturerequest.fetch
API Scope Level: DepartmentScope
Path Parameters
    departmentUuid string required
Query Parameters
    orderUuid string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • uuid string
    spiRequestUuid string
    signatureCaptureUrl string
    signedDocumentUrl string
    spiRequestId int64 deprecated
    paymentSignatureRequestId int64 deprecated
GET /v4/departments/:departmentUuid/esign/signature-requests

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/payment
Username
Password
departmentUuid — path required
orderUuid — query required
curl / cURL
curl -L -X GET '/payment/v4/departments/:departmentUuid/esign/signature-requests' \
-H 'Accept: */*'