The ForceTransactionRequest type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AccessKey |
Gets string of account access key assosiated with the request.
This is the value passed in Request(BluefinAccount) (Inherited from Request.) |
![]() | AccountID |
Gets string of account number assosiated with the request.
This is the value passed in Request(BluefinAccount) (Inherited from Request.) |
![]() | Amount |
This is the dollar (or other currency) amount of the transaction.
(Inherited from TokenizedTransactionRequest.) |
![]() | AuthorizationCode |
For credit/debit cards, this is the 6 digit authorization code from a previously
authorized transaction that is required to be provided with a Force transaction.
It may also be obtained by calling the merchant account processor for a force code.
For EBT cards, this is the authorization code that is required along with the
voucher number to capture a prior authorized transaction.
|
![]() | CustomData |
Gets or sets CustomData.
Please note that the value of CustomData field will be URL encoded in the posted query.
(Inherited from Request.) |
![]() | CustomID |
Gets or sets string of custom ID.
(Inherited from Request.) |
![]() | TokenID |
Gets string of token id assosiated with transaction.
(Inherited from TokenizedTransactionRequest.) |
See Also