SessionValidationRequest

Request to validate a session.

paymentMethodId
string

The identifier of the payment method associated to this payment intent.

sessionSecret
required
string

A unique and randomized identifier for this payment intent that can be used to create payment methods via iframe and SDKs.

{
  • "sessionSecret": "string",
  • "paymentMethodId": "string"
}