Defer Payment Capture Params
data class DeferPaymentCaptureParams(val foragePinEditText: ForagePINEditText, val paymentRef: String)
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.
Properties
Link copied to clipboard
A reference to a ForagePINEditText instance. setForageConfig must be called on the instance before it can be passed.
Link copied to clipboard
A unique string identifier for a previously created Payment
in Forage's database, returned by the Create a Payment
endpoint.