@nevermined-io/payments
    Preparing search index...

    Interface CreateOrderResult

    Response of POST /api/v1/orders (CreateOrderResponseDto).

    interface CreateOrderResult {
        clientSecret?: string;
        orderId: string;
        status: OrderStatus;
    }
    Index

    Properties

    clientSecret?: string

    Stripe PaymentIntent client secret the browser confirms against. Present only while the Order is payable.

    orderId: string

    Unguessable Order id — the buyer-facing access control for OrdersAPI.getOrder.

    status: OrderStatus