Command: payment.createAuthorization
Back to IndexCreates a new Authorization.
Body
authorizationNumber | string The natural key for the Authorization. Must be unique within the Payment. |
amount | number The amount to authorize. |
authorizationState | ”pending” | “successful” | “failed” (optional) Optional state of the Authorization. Default is “successful”. |