Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 943 Bytes

File metadata and controls

29 lines (17 loc) · 943 Bytes

PaymentMethodBnplPayment

Properties

Name Type Description Notes
type String [optional]
_object ObjectEnum
cancelUrl String URL to redirect the customer after a canceled payment [optional]
expiresAt Long Expiration date of the charge
failureUrl String URL to redirect the customer after a failed payment [optional]
productType String Product type of the charge
redirectUrl String URL to redirect the customer to complete the payment [optional]
successUrl String URL to redirect the customer after a successful payment [optional]

Enum: ObjectEnum

Name Value
BNPL_PAYMENT "bnpl_payment"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"