PositivePay
Perform various operations for Symitar parameters.
Operations
Retrieve positive pay
Successful operation.
POST /nexum/627/2022.01/parameter/getPositivePay HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 151
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PositivePayVendorIndex": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"PositivePay": {
"Description": "text",
"Type": 1,
"VendorId": "text",
"VendorIndex": 1,
"VendorToken": "text",
"VendorUrl": "text"
}
}Returns the positive pay with select fields
Successful operation.
POST /nexum/627/2022.01/parameter/getPositivePaySelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 331
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PositivePayVendorIndex": 1,
"SelectableFields": {
"IncludeAllPositivePayFields": true,
"PositivePayFields": {
"Description": true,
"Type": true,
"VendorId": true,
"VendorIndex": true,
"VendorToken": true,
"VendorUrl": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"PositivePay": {
"Description": "text",
"Type": 1,
"VendorId": "text",
"VendorIndex": 1,
"VendorToken": "text",
"VendorUrl": "text"
}
}Returns paged list of positive pay
Successful operation.
POST /nexum/627/2022.01/parameter/getPositivePayPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 218
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"PositivePay": [
{
"Description": "text",
"Type": 1,
"VendorId": "text",
"VendorIndex": 1,
"VendorToken": "text",
"VendorUrl": "text"
}
],
"Token": "text"
}Returns the list of positive pay with select fields
Successful operation.
POST /nexum/627/2022.01/parameter/getPositivePayListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 304
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllPositivePayFields": true,
"PositivePayFields": {
"Description": true,
"Type": true,
"VendorId": true,
"VendorIndex": true,
"VendorToken": true,
"VendorUrl": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"PositivePayList": {
"hasReachedMaximumListSize": true,
"PositivePay": [
{
"Description": "text",
"Type": 1,
"VendorId": "text",
"VendorIndex": 1,
"VendorToken": "text",
"VendorUrl": "text"
}
]
}
}Retrieve a list of select fields for PositivePay settings
Successful operation.
POST /nexum/627/2022.01/parameter/searchPositivePaySelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 336
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllPositivePayFields": true,
"PositivePayFields": {
"Description": true,
"Type": true,
"VendorId": true,
"VendorIndex": true,
"VendorToken": true,
"VendorUrl": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"PositivePayList": {
"hasReachedMaximumListSize": true,
"PositivePay": [
{
"Description": "text",
"Type": 1,
"VendorId": "text",
"VendorIndex": 1,
"VendorToken": "text",
"VendorUrl": "text"
}
]
}
}Returns paged list of positive pay with select fields
Successful operation.
POST /nexum/627/2022.01/parameter/getPositivePayPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 398
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllPositivePayFields": true,
"PositivePayFields": {
"Description": true,
"Type": true,
"VendorId": true,
"VendorIndex": true,
"VendorToken": true,
"VendorUrl": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"PositivePay": [
{
"Description": "text",
"Type": 1,
"VendorId": "text",
"VendorIndex": 1,
"VendorToken": "text",
"VendorUrl": "text"
}
],
"Token": "text"
}Retrieve a paged list of select fields for PositivePay settings
Successful operation.
POST /nexum/627/2022.01/parameter/searchPositivePayPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 413
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllPositivePayFields": true,
"PositivePayFields": {
"Description": true,
"Type": true,
"VendorId": true,
"VendorIndex": true,
"VendorToken": true,
"VendorUrl": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"PositivePay": [
{
"Description": "text",
"Type": 1,
"VendorId": "text",
"VendorIndex": 1,
"VendorToken": "text",
"VendorUrl": "text"
}
],
"Token": "text"
}Update positive pay by ID
Successful operation.
POST /nexum/627/2022.01/parameter/updatePositivePayByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 270
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PositivePayVendorIndex": 1,
"PositivePayUpdatableFields": {
"Description": "text",
"Type": 1,
"VendorId": "text",
"VendorToken": "text",
"VendorUrl": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}Last updated
Was this helpful?