v1

latestOpenAPI 3.1.02026-07-14270217.5 KB

Authorize

The customer is only authorizing a hold (pre-authorization) rather than executing the actual payment of that amount. The specified amount will enter a "hold" status, meaning it cannot be used or moved until it is either captured or released from your authorization.

post/v1.02/creditcard/authorize

Request body

Response

201

transactionStatusstring
transactionIDstring
referencestring

Example response

{
  "transactionStatus": "Success",
  "transactionID": "fc4740349d5b350eca08fa5e503fa0aa",
  "reference": "2914983"
}