File

src/payment-intents/payment-intents.interface.ts

Index

Properties

Properties

error
error: string
Type : string
Optional
next_action
next_action: literal type
Type : literal type
Optional
payment_intent_client_secret
payment_intent_client_secret: string
Type : string
Optional
payment_intent_id
payment_intent_id: string
Type : string
Optional
requires_action
requires_action:
Optional
success
success: boolean
Type : boolean
Optional
export interface PaymentIntentResponse {
  readonly payment_intent_id?: string;
  readonly requires_action?: true;
  readonly payment_intent_client_secret?: string;
  readonly success?: boolean;
  readonly error?: string;
  readonly next_action?: {};
}

results matching ""

    No results matching ""