PaymentRequest interface

Warning

This API is now deprecated.

Bot Framework no longer supports payments

A request to make a payment

Properties

details

Details for this request

expires

Expiration for this request, in ISO 8601 duration format (e.g., 'P1D')

id

ID of this payment request

methodData

Allowed payment methods for this request

options

Provides information about the options desired for the payment request

Property Details

details

Details for this request

details: PaymentDetails

Property Value

expires

Expiration for this request, in ISO 8601 duration format (e.g., 'P1D')

expires: string

Property Value

string

id

ID of this payment request

id: string

Property Value

string

methodData

Allowed payment methods for this request

methodData: PaymentMethodData[]

Property Value

options

Provides information about the options desired for the payment request

options: PaymentOptions

Property Value