Defer Payment Capture Params
A model that represents the parameters that Forage requires to collect a card PIN and defer the capture of the payment to the server. DeferPaymentCaptureParams are passed to the deferPaymentCapture method.
See also
Defer EBT payment capture to the server for the related step-by-step guide.
Capture an EBT Payment for the API endpoint to call after deferPaymentCapture.
Constructors
Properties
A reference to a ForageVaultElement instance (either a ForagePINEditText or a ForagePinPad).
Represents the method of interaction between the cardholder and the terminal. This includes key card details such as PAN (Primary Account Number) and Track 2 data. Use the appropriate implementation of CardholderInteraction based on how the card information is obtained.
For example:
- ManualEntryInteraction
: Use when the card details are entered manually.
- MagSwipeInteraction
: Use when the card is swiped using the magnetic stripe reader.
A unique string identifier for a previously created Payment
in Forage's database, returned by the Create a Payment
endpoint.