Saltar al contenido principal

TransactionTypes

Controls when the funds will be captured.

  • SALE - Automatically captures funds when the customer authorizes the payment.
  • AUTH - Places a hold on funds without immediate capture, allowing for later capture via capturePayment (otherwise funds release at EXPIRED).
  • PAYOUT - Sends funds to the customer.
  • VERIF - Verifies the payment method without placing a hold or capturing funds.
  • REFUND - Refund operation type (used in events).
  • CAPTURE - Capture of a previously authorized payment (used in events).
  • CANCEL - Cancellation of a previously authorized payment (used in events).
enum TransactionTypes {
AUTH
SALE
REFUND
CAPTURE
CANCEL
PAYOUT
VERIF
}

Values​

TransactionTypes.AUTH​

TransactionTypes.SALE​

TransactionTypes.REFUND​

TransactionTypes.CAPTURE​

TransactionTypes.CANCEL​

TransactionTypes.PAYOUT​

TransactionTypes.VERIF​

Member Of​

CreatePaymentInput input ● CreatePointOfSaleInput input ● PointOfSale object ● UpdatePointOfSaleInput input