Skip to main content

TransactionTypes

Controls when the funds will be captured.

  • SALE - Default. MONEI automatically captures funds when the customer authorizes the payment.
  • AUTH - Place a hold on the funds when the customer authorizes the payment, but don’t capture the funds until later.
  • PAYOUT - Send funds to the customer
  • VERIF - Verify the card without placing a hold or capturing funds.
enum TransactionTypes {
AUTH
SALE
REFUND
CAPTURE
CANCEL
PAYOUT
}

Values

TransactionTypes.AUTH

TransactionTypes.SALE

TransactionTypes.REFUND

TransactionTypes.CAPTURE

TransactionTypes.CANCEL

TransactionTypes.PAYOUT

Member Of

CreatePaymentInput input