Home

PreAuthorization

GET api/Payment/{systemID}/PreAuth?patientID={patientID}&paymentMethodID={paymentMethodID}&preAuthAmount={preAuthAmount}

Conduct a Pre-Authorization against a single credit card on file

Request Information

Parameters

NameDescriptionAdditional information
systemID
The SystemID of the pharmacy system.

Define this parameter in the request URI.

patientID
Unique ID of patient in pharmacy system.

Define this parameter in the request URI.

paymentMethodID
Backend Identifier for Payment Method.

Define this parameter in the request URI.

preAuthAmount
Amount to authorize

Define this parameter in the request URI.

    

Response Codes

    
  • OK (200)
  • BadRequest (400)
  • NotFound (404)
  • InternalServerError (500)
  •     

Response Information

Status of Pre-Authorization

Response body formats

application/json, text/json, text/javascript

Sample:
"sample string"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>