voidCaptureRefund
voidCaptureRefund
Path Parameters
serviceSubscriberDepartmentToken string required
serviceSubscriberDepartmentToken
application/json
Request Body required
voidCaptureRefundRequest
amount number
invoiceId string
type string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
amountCaptured string
amountRefunded string
amountVoided string
error object
errorCode string
errorDescription string
invoiceId string
transactionId string
warnings object[]
warningCode string
warningDescription string
{
"amountCaptured": "string",
"amountRefunded": "string",
"amountVoided": "string",
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"invoiceId": "string",
"transactionId": "string",
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...