Skip to main content

Send Payment Request

Send Payment Request

Path Parameters
    departmentUuid string required
Request Body required
    invoiceGuid string
    sendWithoutKpay boolean
    attachInvoice boolean
    sendAsText boolean
    sendAsEmail boolean
    esignRequired boolean
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
  • ]
  • paymentLink string
    invoiceLink string
    textSent string

    Possible values: [SUCCESS, FAILURE]

    emailSent string

    Possible values: [SUCCESS, FAILURE]

Loading...