Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for createTransaction operation in SellerWalletApi.

    interface SellerWalletApiCreateTransactionRequest {
        amountDigitalSignature: string;
        body: TransactionInitiationRequest;
        destAccountDigitalSignature: string;
        marketplaceId: string;
    }
    Index

    Properties

    amountDigitalSignature: string

    Digital signature for the source currency transaction amount. Sign in the order of the request definitions. You can omit empty or optional fields. For more information, refer to Third-Party Provider Signature Guidance.

    Defines the actual payload of the request

    destAccountDigitalSignature: string

    Digital signature for the destination bank account details. For more information, refer to Third-Party Provider Signature Guidance.

    marketplaceId: string

    The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.