PaymentCardAuthorizeCapture: {
    amount?: string;
    mid: string;
    orderid?: string;
    reference_id?: string;
    transaction_id: string;
}

Parameters to process an authorization payment capture

Type declaration

  • Optional amount?: string

    The total amount of the original authorization to capture. Cannot exceed the original authorization amount.

  • mid: string

    The merchant account id assigned by the service provider that will process the payment

  • Optional orderid?: string

    The unique merchant order tracking number for the original authorization

  • Optional reference_id?: string

    A reference id that will be echo'd back in the message response.

  • transaction_id: string

    The unique transaction_id from the original sale or authorization

Generated using TypeDoc