Update an authorization

Creates an authorization for a payment, have an amount greater than 0, and have a type.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Merchant Id

string
required
Body Params
string

13-digits unique ID of the Merchant.

payment
object

Payment for which authorization is needed.

string

Name of tab

int64

Amount authorized

string
enum

Type of credit card used for authorization.

string

Last 4 digits of credit card used for authorization

string

Authorization code

string

Token used for the authorization

string
enum
Allowed:
string
string

External reference identifier, if associated with the payment.

closingPayment
object

Payment with which the authorization was closed.

int64

Time authorization was recorded on server.

additionalCharges
array of objects

Additional charges associated with the authorization. For incremental auth, it is the additional charge on total auth amount.

additionalCharges
string

Counter maintained by the terminal that is incremented for each transaction.

string

Acquirer Terminal ID of the terminal. For incremental authorization to refer to the terminal which does the increment.

Headers
string
required

Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <product> / <product-version> <comment>

Response
200
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!