PositivePay

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getPositivePay

post

Retrieve positive pay

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PositivePayVendorIndexintegerRequired
Responses
200

Successful operation.

application/json
post
/getPositivePay
200

Successful operation.

getPositivePaySelectFields

post

Returns the positive pay with select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PositivePayVendorIndexintegerOptional
Responses
200

Successful operation.

application/json
post
/getPositivePaySelectFields
200

Successful operation.

getPositivePayPagedList

post

Returns paged list of positive pay

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getPositivePayPagedList
200

Successful operation.

getPositivePayListSelectFields

post

Returns the list of positive pay with select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getPositivePayListSelectFields
200

Successful operation.

searchPositivePaySelectFields

post

Retrieve a list of select fields for PositivePay settings

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/searchPositivePaySelectFields
200

Successful operation.

getPositivePayPagedListSelectFields

post

Returns paged list of positive pay with select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getPositivePayPagedListSelectFields
200

Successful operation.

searchPositivePayPagedSelectFields

post

Retrieve a paged list of select fields for PositivePay settings

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchPositivePayPagedSelectFields
200

Successful operation.

updatePositivePayByID

post

Update positive pay by ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PositivePayVendorIndexintegerOptional
Responses
200

Successful operation.

application/json
post
/updatePositivePayByID
200

Successful operation.

Last updated

Was this helpful?