Send Payment Request
Send Payment Request
Path Parameters
departmentUuid string required
application/json
Request Body required
invoiceGuid string
sendWithoutKpay boolean
attachInvoice boolean
sendAsText boolean
sendAsEmail boolean
esignRequired boolean
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
paymentLink string
invoiceLink string
textSent string
Possible values: [SUCCESS
, FAILURE
]
emailSent string
Possible values: [SUCCESS
, FAILURE
]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"paymentLink": "string",
"invoiceLink": "string",
"textSent": "SUCCESS",
"emailSent": "SUCCESS"
}
Loading...