Skip to content

Command: payment.createAuthorization

Back to Index

Creates a new Authorization.

Body
authorizationNumberstring

The natural key for the Authorization. Must be unique within the Payment.

amountnumber

The amount to authorize.

authorizationState”pending” | “successful” | “failed” (optional)

Optional state of the Authorization. Default is “successful”.

Back to Index