updatePaymentMethodAttempt
ApiScope: payment.method.attempt.update
API Scope Level: DepartmentScope
Path Parameters
departmentUuid string required
paymentMethodAttemptUuid string required
application/json
Request Body required
status string
Possible values: [Created
, Processing
, Successful
, Failed
, Exception
, GatewayException
]
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
paymentMethodAttempt object
id int64
uuid string
status string
Possible values: [Created
, Processing
, Successful
, Failed
, Exception
, GatewayException
]
paymentCustomer object
customerUuid string
firstName string
middleName string
lastName string
company string
paymentDealer object
dealerUuid string
name string
paymentUser object
id int64
dealerAssociateUUID string
userUUID string
dealerDepartmentUUID string
deviceId int64
paymentMethodAttemptAttributes object
property name* string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"paymentMethodAttempt": {
"id": 0,
"uuid": "string",
"status": "Created",
"paymentCustomer": {
"customerUuid": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"company": "string"
},
"paymentDealer": {
"dealerUuid": "string",
"name": "string"
},
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"deviceId": 0,
"paymentMethodAttemptAttributes": {}
}
}
Loading...